comparison mercurial/commands.py @ 17343:e560ecb755fe stable

update: fix typo in help text Spotted by Kevin Chase <kevincha99@hotmail.com>
author Adrian Buehlmann <adrian@cadifra.com>
date Mon, 06 Aug 2012 10:45:11 +0200
parents 7124f984dc8d
children 3fe199579323
comparison
equal deleted inserted replaced
17342:471f30d360ea 17343:e560ecb755fe
5770 Update the repository's working directory to the specified 5770 Update the repository's working directory to the specified
5771 changeset. If no changeset is specified, update to the tip of the 5771 changeset. If no changeset is specified, update to the tip of the
5772 current named branch and move the current bookmark (see :hg:`help 5772 current named branch and move the current bookmark (see :hg:`help
5773 bookmarks`). 5773 bookmarks`).
5774 5774
5775 Update sets the working directory's parent revison to the specified 5775 Update sets the working directory's parent revision to the specified
5776 changeset (see :hg:`help parents`). 5776 changeset (see :hg:`help parents`).
5777 5777
5778 If the changeset is not a descendant or ancestor of the working 5778 If the changeset is not a descendant or ancestor of the working
5779 directory's parent, the update is aborted. With the -c/--check 5779 directory's parent, the update is aborted. With the -c/--check
5780 option, the working directory is checked for uncommitted changes; if 5780 option, the working directory is checked for uncommitted changes; if