Differences between revisions 2 and 3
Revision 2 as of 2018-07-23 19:54:07
Size: 895
Editor: PulkitGoyal
Comment: add releasenotes produced by `hg releasenotes`
Revision 3 as of 2018-07-25 16:38:16
Size: 1037
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Mercurial 4.6 release = = Mercurial 4.7 release =
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

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)