# HG changeset patch # User Adrian Buehlmann # Date 1341849106 -7200 # Node ID dd09bbd48646550a62122efe36b66cb08160e956 # Parent 71e36b3d2cc46e4fc08e568b1ec5fef3ecef671c revert: use term "uncommitted merge" in help text to make sure users can't possibly be mislead to try this for canceling a *merge changeset*. diff -r 71e36b3d2cc4 -r dd09bbd48646 mercurial/commands.py --- a/mercurial/commands.py Tue Jul 10 21:26:18 2012 +0200 +++ b/mercurial/commands.py Mon Jul 09 17:51:46 2012 +0200 @@ -4822,8 +4822,10 @@ """restore files to their checkout state .. note:: + To check out earlier revisions, you should use :hg:`update REV`. - To cancel a merge (and lose your changes), use :hg:`update --clean .`. + To cancel an uncommitted merge (and lose your changes), use + :hg:`update --clean .`. With no revision specified, revert the specified files or directories to the contents they had in the parent of the working directory.