README
changeset 2771 6044bd16bfb7
parent 2769 b96349ae3e2a
child 2786 ae690d39fc92
equal deleted inserted replaced
2770:a9ea16a1f4dc 2771:6044bd16bfb7
   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   - metaedit: add support for --current-date and --current-user option
       
   132   - split add support for --current-date and --current-user option
   132 
   133 
   133   - topic: add --age option to sort topic by the most recently touched,
   134   - topic: add --age option to sort topic by the most recently touched,
   134   - topic: add a 't0' to access the root of a topic while keeping it active,
   135   - topic: add a 't0' to access the root of a topic while keeping it active,
   135   - topic: allow 'hg prev' to me move to 't0',
   136   - topic: allow 'hg prev' to me move to 't0',
   136   - topic: add a config option to enforce topic on new commit
   137   - topic: add a config option to enforce topic on new commit