##// END OF EJS Templates
update: fix help regarding update to ancestor...
Kevin Bullock -
r16877:6e578e77 stable
parent child Browse files
Show More
@@ -5607,10 +5607,10 b' def update(ui, repo, node=None, rev=None'
5607 current named branch and move the current bookmark (see :hg:`help
5607 current named branch and move the current bookmark (see :hg:`help
5608 bookmarks`).
5608 bookmarks`).
5609
5609
5610 If the changeset is not a descendant of the working directory's
5610 If the changeset is not a descendant or ancestor of the working
5611 parent, the update is aborted. With the -c/--check option, the
5611 directory's parent, the update is aborted. With the -c/--check
5612 working directory is checked for uncommitted changes; if none are
5612 option, the working directory is checked for uncommitted changes; if
5613 found, the working directory is updated to the specified
5613 none are found, the working directory is updated to the specified
5614 changeset.
5614 changeset.
5615
5615
5616 Update sets the working directory's parent revison to the specified
5616 Update sets the working directory's parent revison to the specified
General Comments 0
You need to be logged in to leave comments. Login now