README
changeset 2769 b96349ae3e2a
parent 2768 85e5a56db776
child 2771 6044bd16bfb7
equal deleted inserted replaced
2768:85e5a56db776 2769:b96349ae3e2a
   126 
   126 
   127   - amend: add a --extract flag to move change back to the working copy
   127   - amend: add a --extract flag to move change back to the working copy
   128     (same as uncommit, but accessible through the amend commit)
   128     (same as uncommit, but accessible through the amend commit)
   129   - uncommit: add support for --current-date and --current-user option
   129   - uncommit: add support for --current-date and --current-user option
   130   - fold: add support for --current-date and --current-user option
   130   - fold: add support for --current-date and --current-user option
       
   131   - metaedit: add support for --current-date and --current-user option
   131 
   132 
   132   - topic: add --age option to sort topic by the most recently touched,
   133   - topic: add --age option to sort topic by the most recently touched,
   133   - topic: add a 't0' to access the root of a topic while keeping it active,
   134   - topic: add a 't0' to access the root of a topic while keeping it active,
   134   - topic: allow 'hg prev' to me move to 't0',
   135   - topic: allow 'hg prev' to me move to 't0',
   135   - topic: add a config option to enforce topic on new commit
   136   - topic: add a config option to enforce topic on new commit