Modify ↓
Opened 11 years ago
Closed 11 years ago
#11888 closed defect (duplicate)
log:repos@rev links don't work if rev contains a dash (but is not a range)
| Reported by: | Peter Suter | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/log view | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
log:repos@rev links don't work if rev is e.g. a bookmark containing a -. The - character triggers parsing and checking of a range of revisions for log:repos@rev1-rev2 links.
For example:
- log:psuter.hg@T11870_watch_components works.
- log:psuter.hg@T11884-xmpp doesn't work (but would be nice if it would link to…)
- log:psuter.hg?rev=T11884-xmpp works.
- log:psuter.hg?revs=T11884-xmpp links, but doesn't "work".
- changeset:T11884-xmpp/psuter.hg works.
Could we maybe somehow first check if the entire rev already exists as a single revision?
Attachments (0)
Change History (5)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
| Milestone: | → 1.0.4 |
|---|
Assigning to same milestone as #11050. (Or feel free to close as duplicate.)
comment:4 by , 11 years ago
| Milestone: | 1.0.4 → 1.0.5 |
|---|
comment:5 by , 11 years ago
| Milestone: | 1.0.5 |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
I've missed it. Closing as a duplicate.
Note:
See TracTickets
for help on using tickets.



Yes. I've noticed it while working #11050. It would try to resolve as a single revision in jomae.git@t11050v2. Please try and feedback.