Modify ↓
Opened 15 years ago
Last modified 9 years ago
#8541 new enhancement
[patch] recursive auto-expansion of folders containing only one sub-directory
Reported by: | Christian Boos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | version control/browser | Version: | 0.12dev |
Severity: | trivial | Keywords: | patch expand review |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
… like Vista's explorer does, for example.
The Mercurial repository browser also does something similar, it shows all those nested directories on the same line.
It's quite handy for Java packages, where the actual files are often nested in a chain of single entry directories…
Attaching the patch here, in case other people find it useful.
Attachments (1)
Change History (9)
by , 15 years ago
Attachment: | autoexpand-one-dir-entry-folders.patch added |
---|
comment:1 by , 15 years ago
Description: | modified (diff) |
---|
comment:2 by , 15 years ago
Milestone: | experimental → next-major-0.1X |
---|
Milestone experimental deleted
comment:3 by , 15 years ago
Milestone: | next-major-0.1X → 0.13 |
---|---|
Owner: | set to |
Severity: | normal → trivial |
Version: | none → 0.12dev |
Feedback welcomed.
comment:6 by , 14 years ago
Milestone: | 0.13 → next-major-0.1X |
---|
comment:7 by , 9 years ago
Owner: | removed |
---|
comment:8 by , 9 years ago
Keywords: | patch added |
---|
Note:
See TracTickets
for help on using tickets.
patch on multirepos r8440 (probably applies on trunk as well)