diff -r 278057693a1d -r 01d68fb07915 mercurial/commands.py --- a/mercurial/commands.py Tue May 14 18:43:53 2013 -0500 +++ b/mercurial/commands.py Wed May 15 22:19:12 2013 +0100 @@ -4917,7 +4917,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 .`.