author | Adrian Buehlmann <adrian@cadifra.com> |
Tue, 10 Jul 2012 21:26:18 +0200 | |
branch | stable |
changeset 17144 | 71e36b3d2cc4 |
parent 17143 | c9e6c6ae4ea1 |
child 17145 | f7152a0d90df |
child 17148 | dd09bbd48646 |
--- a/mercurial/commands.py Tue Jul 10 11:15:22 2012 +0200 +++ b/mercurial/commands.py Tue Jul 10 21:26:18 2012 +0200 @@ -5639,6 +5639,9 @@ 3. With the -C/--clean option, uncommitted changes are discarded and the working directory is updated to the requested changeset. + To cancel an uncommitted merge (and lose your changes), use + :hg:`update --clean .`. + Use null as the changeset to remove the working directory (like :hg:`clone -U`).