Differences between revisions 3 and 4
Revision 3 as of 2018-07-25 16:38:16
Size: 1037
Comment:
Revision 4 as of 2018-07-25 18:16:18
Size: 1030
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
  * repo[x] now accepts a more restricted set of input types, see https://www.mercurial-scm.org/repo/hg/file/4.6/mercurial/context.py#l380   * repo[x] is now more strict about its input types, see https://www.mercurial-scm.org/repo/hg/file/4.6/mercurial/context.py#l380.

Mercurial 4.7 release

1. New Features

  • 'hg graft' now has a '--stop' flag to stop interrupted graft.
  • 'hg graft' now has a '--abort' flag which aborts the interrupted graft and rollbacks to state before the graft.
  • The 'acl' extension now has support for bookmarks as well as branches.

2. Backwards Compatibility Changes

  • The fileset expression may include untracked files by default. Use
    • "tracked()" to explicitly filter out files not existing at the context revision.

3. Bug Fixes

4. New experimental features

5. Other notable features

6. API Changes

Release4.7 (last edited 2018-08-17 12:17:19 by PulkitGoyal)