Opened 21 years ago
Closed 20 years ago
#1259 closed enhancement (fixed)
Recognize subversion changesets and make them into a diff-link
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | wiki system | Version: | 0.8 |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Attachments (0)
Change History (9)
comment:1 by , 21 years ago
| Component: | general → wiki |
|---|
comment:2 by , 21 years ago
Other points to consider for the Wiki syntax, in relation with #1014:
- diffs within a given path: e.g. source:branches/0.8-stable#1087:1279
- diffs between paths: e.g source:branches/0.8-stable#1279:trunk#1300
Maybe diff: would be better than source: in the links above.
comment:4 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:5 by , 20 years ago
| Milestone: | → 0.9 |
|---|---|
| Severity: | normal → minor |
"Merged my-calc-branch changes r406:480 into the trunk" that makes
r406:480into a link that will display a complete diff between the two changesets.
I wonder, should r406:480 be made an alias for diff:#406//#480
or for log:/#406:480 ? (i.e. link to the diffs or to the revision log?)
(btw, I just noticed that log:#406:480 doesn't work as it should, i.e. be identical to log:/#406:480 ; I'll fix that shortly)
comment:7 by , 20 years ago
| Milestone: | 0.9 → 1.0 |
|---|
comment:8 by , 20 years ago
| Milestone: | 1.0 → 0.9 |
|---|
Wait, I think that r406:480 should rather be made an alias for log:/#406:480
instead of diff:#406//#480.
There are two very good reasons for that:
- the
log:(revision log) gives a better overview of the changes - the more detailled
diff:view can be easily reached from thelog:view, by using the View differences button, whereas the reverse is not true
Furthermore, this can be implemented in the trunk.
comment:9 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
The above was implemented in [2165]



Related to #1032 and #1014.
This ticket is about the TracLinks syntax, the diff functionality itself is covered by #1014.