# HG changeset patch # User Adrian Buehlmann # Date 1308904304 -7200 # Node ID 94eea58da2a309403a34e6fa69b8df4992ae542e # Parent 350dcd481410ce373dd02015b99b86a924168621 update: do not use the term 'update' when mentioning reverting one file and give a more precise hint for how to revert such a file I'm using the term 'revision' instead of 'changeset' in this change to be consistent with the REV we use in the synopsis. diff -r 350dcd481410 -r 94eea58da2a3 mercurial/commands.py --- a/mercurial/commands.py Fri Jun 24 16:36:24 2011 +0300 +++ b/mercurial/commands.py Fri Jun 24 10:31:44 2011 +0200 @@ -5082,8 +5082,8 @@ Use null as the changeset to remove the working directory (like :hg:`clone -U`). - If you want to update just one file to an older changeset, use - :hg:`revert`. + If you want to revert just one file to an older revision, use + :hg:`revert [-r REV] NAME`. See :hg:`help dates` for a list of formats valid for -d/--date.