view relnotes/next @ 42294:c51b103220c7

tests: demonstrate that close-head command updates working copy The help text for the command says "...it doesn't change the working directory", so I don't think this is intentional. Differential Revision: https://phab.mercurial-scm.org/D6364
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 10 May 2019 22:18:11 -0700
parents 0ed293a3f00e
children 604c086ddde6
line wrap: on
line source

== New Features ==

 * New config `commands.commit.post-status` shows status after successful
 commit.

== Bug Fixes  ==


== Backwards Compatibility Changes ==


== Internal API Changes ==

 * Matchers are no longer iterable. Use `match.files()` instead.