Mercurial > hg-stable
changeset 15957:12a1c9e92d66 stable
update: note ways to avoid moving bookmark
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Thu, 19 Jan 2012 16:10:26 -0600 |
parents | 5653f2d166ea |
children | 0d2ac0299020 |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Fri Jan 20 21:21:13 2012 +0100 +++ b/mercurial/commands.py Thu Jan 19 16:10:26 2012 -0600 @@ -5638,7 +5638,8 @@ 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