Mercurial > evolve
diff tests/test-tutorial.t @ 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 | 1cb549cd6236 |
children | e1f3e43a50a4 |
line wrap: on
line diff
--- a/tests/test-tutorial.t Tue Jan 09 15:39:47 2018 +0530 +++ b/tests/test-tutorial.t Tue Jan 09 20:01:50 2018 +0530 @@ -937,6 +937,7 @@ -a --all uncommit all changes when no arguments given -r --rev VALUE revert commit content to REV instead + --revert discard working directory changes after uncommit -n --note VALUE store a note on uncommit -I --include PATTERN [+] include names matching the given patterns -X --exclude PATTERN [+] exclude names matching the given patterns