##// END OF EJS Templates
update: do not use the term 'update' when mentioning reverting one file...
Adrian Buehlmann -
r14729:94eea58d stable
parent child Browse files
Show More
@@ -5082,8 +5082,8 b' def update(ui, repo, node=None, rev=None'
5082 Use null as the changeset to remove the working directory (like
5082 Use null as the changeset to remove the working directory (like
5083 :hg:`clone -U`).
5083 :hg:`clone -U`).
5084
5084
5085 If you want to update just one file to an older changeset, use
5085 If you want to revert just one file to an older revision, use
5086 :hg:`revert`.
5086 :hg:`revert [-r REV] NAME`.
5087
5087
5088 See :hg:`help dates` for a list of formats valid for -d/--date.
5088 See :hg:`help dates` for a list of formats valid for -d/--date.
5089
5089
General Comments 0
You need to be logged in to leave comments. Login now