Mercurial > evolve
diff CHANGELOG @ 3389:eacf6149b678
uncommit: add a new flag `--revert` to discard wdir changes after uncommit
This patch adds a new flag to `hg uncommit` using which one can discard the wdir
changes which are left after the operation. Both the changes, the ones which
were before the uncommit and the ones which were added to wdir as a result of
uncommit as cleared out.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 09 Jan 2018 20:01:50 +0530 |
parents | be41e4740a25 |
children | 2f1520ef1c5b |
line wrap: on
line diff
--- a/CHANGELOG Tue Jan 09 15:39:47 2018 +0530 +++ b/CHANGELOG Tue Jan 09 20:01:50 2018 +0530 @@ -15,6 +15,7 @@ dropped, please update both clients and servers. The new approach is still hidden behind and experimental flag for now. + * uncommit: `--revert` flag added to clean the wdir after uncommit * preserve phase information during interrupted `hg evolve` (issue5720) topic (0.7.1)