Mercurial > hg-stable
changeset 17143:c9e6c6ae4ea1 stable
update: move help text about parent revision higher up
emphasizing how important the parent revision is
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Tue, 10 Jul 2012 11:15:22 +0200 |
parents | 3e66d00b3026 |
children | 71e36b3d2cc4 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Jul 11 09:12:31 2012 +0200 +++ b/mercurial/commands.py Tue Jul 10 11:15:22 2012 +0200 @@ -5612,15 +5612,15 @@ current named branch and move the current bookmark (see :hg:`help bookmarks`). + Update sets the working directory's parent revison to the specified + changeset (see :hg:`help parents`). + If the changeset is not a descendant or ancestor of the working directory's parent, the update is aborted. With the -c/--check option, the working directory is checked for uncommitted changes; if none are found, the working directory is updated to the specified changeset. - Update sets the working directory's parent revison to the specified - changeset (see :hg:`help parents`). - The following rules apply when the working directory contains uncommitted changes: