update: note ways to avoid moving bookmark

This commit is contained in:
Kevin Bullock 2012-01-19 16:10:26 -06:00
parent 7b8b0389cd
commit 0ffedb7ebf

View File

@ -5638,7 +5638,8 @@ def update(ui, repo, node=None, rev=None, clean=False, date=None, check=False):
Update the repository's working directory to the specified
changeset. If no changeset is specified, update to the tip of the
current named branch and move the current bookmark.
current named branch and move the current bookmark (see :hg:`help
bookmarks`).
If the changeset is not a descendant of the working directory's
parent, the update is aborted. With the -c/--check option, the