diff -r 0b564cf359a7 -r 4b9e5b71dfa9 mercurial/commands.py --- a/mercurial/commands.py Fri May 10 23:48:03 2013 +0200 +++ b/mercurial/commands.py Thu May 16 16:20:10 2013 -0500 @@ -4934,7 +4934,6 @@ """restore files to their checkout state .. note:: - To check out earlier revisions, you should use :hg:`update REV`. To cancel an uncommitted merge (and lose your changes), use :hg:`update --clean .`.