Opened 18 years ago
Closed 18 years ago
#713 closed enhancement (wontfix)
Wildcard paths and path printing.
Reported by: | anonymous | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | ChangeLogPlugin |
Severity: | normal | Keywords: | |
Cc: | trachacks@… | Trac Release: | 0.9 |
Description
Would it be possible to add wildcard paths?, perhaps even RE? (though RE is not needed.)
Eg, instead of having many instances of
Changelog(<path>/somedir)
It would be nice to be able to simply put
ChangeLog(.*/somedir)
And have ChangeLog print something similar to:
[XXX] by XXX on 2006-09-09 13:30:28 <insert path here> <log>
Ordered chronologically. I've got a situation where it would be handy to track check-ins into multiple subdirs in a repository.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Cc: | trachacks@… added; trackhacks@… removed |
---|
comment:2 Changed 18 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This would make the plugin much more complex I think. If you did it, you'd ideally want the revisions to be merged, ordered correctly:
[XXX] by XXX on 2006-09-09 13:30:28 <path1> <path2> <path3> ... <log>
Also, matching paths might appear and disappear between changesets.
For the sake of keeping things simple and elegant, I'll say no for now, but if somebody wants to send me a nice clean patch I'm more than happy to consider it.
Dammit, typo'd the email address I setup, sorry.