Modify ↓
Opened 21 years ago
Closed 21 years ago
#293 closed defect (fixed)
First letter of first directory is stripped.
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.7 |
Component: | version control/browser | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When using the browser view under Python 2.2 the first letter of the first directory (after root) will be stripped, causing clicking that link to tell you that the directory doesn't exist.
Examples:
root/test2 ⇒ root/est2 root/andromeda ⇒ root/ndromeda
Attachments (0)
Change History (5)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
That was happening on latest trunk (r454), which appears to be still be current.
comment:3 by , 21 years ago
Milestone: | → 0.7 |
---|
That's strange, I thought I fixed that in [452]. I can't reproduce this…
Note:
See TracTickets
for help on using tickets.
Have you tested the latest trunk version?