Modify ↓
Opened 20 years ago
Closed 19 years ago
#2303 closed defect (fixed)
Changing mode in log view can lose the revision number
| Reported by: | Dave Matthews | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.11 |
| Component: | version control/log view | Version: | 0.9 |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
source:/trunk/wiki-macros/TracGuideToc.py demonstrates the problem. If you view the revision log it defaults to stop on copy mode. If you change this to Show only adds, moves and deletes and then change back to Stop on copy you are then viewing rev 1636 rather than the latest version.
Attachments (0)
Change History (6)
comment:1 by , 20 years ago
| Milestone: | → 0.9.1 |
|---|---|
| Owner: | changed from to |
comment:2 by , 20 years ago
| Milestone: | 0.9.1 → 0.9.2 |
|---|
comment:3 by , 20 years ago
| Milestone: | 0.9.3 → 0.9.4 |
|---|
comment:4 by , 20 years ago
| Milestone: | 0.9.4 → 0.10 |
|---|---|
| Priority: | normal → lowest |
| Severity: | normal → minor |
comment:5 by , 19 years ago
| Milestone: | 0.10 → 0.11 |
|---|
Post-poning, part of the VcRefactoring of milestone:0.11
comment:6 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Severity: | minor → trivial |
| Status: | new → closed |
Fixed in r4791 (at last!)
Note:
See TracTickets
for help on using tickets.



Probably the View log starting at field should remain set to the initially requested rev, and not be replaced by what happens to be the first revision displayed in the log, as this might change depending on the mode.