⇤ ← Revision 1 as of 2012-02-28 14:07:33
Size: 200
Comment:
|
Size: 898
Comment: Fill "Work in Progress"
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
coming soon | With these submitted patch series, graphlog supports the same options than log command, and we can consider merging boths: === http://selenic.com/pipermail/mercurial-devel/2012-February/038269.html === * graphlog: implement --copies * graphlog: evaluate FILE/-I/-X filesets on the working dir * match: consider filesets as "anypats" * test-glog: rewrite more tests using testlog() function * graphlog: fix --removed * context: add followfirst arg to filectx and workingfilectx * graphlog: apply file filters --patch/--stat output === http://selenic.com/pipermail/mercurial-devel/2012-February/038322.html === * revset: add hidden() revset, undocumented * graphlog: support --hidden |
Merging Graphlog in Core
A brief description.
Contents
1. Work in Progress
With these submitted patch series, graphlog supports the same options than log command, and we can consider merging boths:
1.1. http://selenic.com/pipermail/mercurial-devel/2012-February/038269.html
- graphlog: implement --copies
- graphlog: evaluate FILE/-I/-X filesets on the working dir
- match: consider filesets as "anypats"
- test-glog: rewrite more tests using testlog() function
- graphlog: fix --removed
- context: add followfirst arg to filectx and workingfilectx
- graphlog: apply file filters --patch/--stat output
1.2. http://selenic.com/pipermail/mercurial-devel/2012-February/038322.html
- revset: add hidden() revset, undocumented
- graphlog: support --hidden
2. To Do
coming soon