Modify ↓
#11346 closed defect (fixed)
The TracLinks [1,3:4] does not show the correct range of revisions
| Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12.6 |
| Component: | version control/log view | Version: | 1.0-stable |
| Severity: | normal | Keywords: | traclinks |
| Cc: | Branch: | ||
| Release Notes: |
Fix |
||
| API Changes: | |||
| Internal Changes: | |||
Attachments (0)
Change History (7)
comment:1 by , 12 years ago
| Milestone: | next-stable-1.0.x → 1.0.2 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 12 years ago
It looks good, thanks for fixing it! At least for the cases I tested, it looks like the break is the primary fix for the issue, and the other two changes are refactoring / optimization.
comment:3 by , 12 years ago
Thanks for the feedback! log:jomae.git:ticket11346_0.12.6dev includes functional tests. I'll push it to 0.12-stable branch and merge into 1.0-stable and trunk.
comment:4 by , 12 years ago
| Milestone: | 1.0.2 → 0.12.6 |
|---|---|
| Release Notes: | modified (diff) |
| Resolution: | → fixed |
| Status: | assigned → closed |
Committed it to 0.12-stable in [12220] and merged to 1.0-stable and trunk in [12221,12222].
comment:5 by , 12 years ago
| Keywords: | traclink added; traclinks removed |
|---|
comment:6 by , 12 years ago
| Keywords: | traclinks added; traclink removed |
|---|
comment:7 by , 11 years ago
| Component: | version control/changeset view → version control/log view |
|---|
Note:
See TracTickets
for help on using tickets.



[1-2] has the same issue.
Proposed changes are the following patch and functional tests will be added later. Also, 0.12-stable have the same issue. I'll backport.
trac/versioncontrol/web_ui/log.py
prevpath = node_history[-1][0] # follow copyb = repos.previous_rev(rev)