##// END OF EJS Templates
commands: fix update's help to be more accurate...
Steve Losh -
r11612:0e789549 stable
parent child Browse files
Show More
@@ -3779,8 +3779,8 def update(ui, repo, node=None, rev=None
3779 Update the repository's working directory to the specified
3779 Update the repository's working directory to the specified
3780 changeset.
3780 changeset.
3781
3781
3782 If no changeset is specified, attempt to update to the head of the
3782 If no changeset is specified, attempt to update to the tip of the
3783 current branch. If this head is a descendant of the working
3783 current branch. If this changeset is a descendant of the working
3784 directory's parent, update to it, otherwise abort.
3784 directory's parent, update to it, otherwise abort.
3785
3785
3786 The following rules apply when the working directory contains
3786 The following rules apply when the working directory contains
General Comments 0
You need to be logged in to leave comments. Login now