##// END OF EJS Templates
update: improved help text...
Adrian Buehlmann -
r6673:16d2d093 default
parent child Browse files
Show More
@@ -2822,8 +2822,8 b' def unbundle(ui, repo, fname1, *fnames, '
2822 def update(ui, repo, node=None, rev=None, clean=False, date=None):
2822 def update(ui, repo, node=None, rev=None, clean=False, date=None):
2823 """update working directory
2823 """update working directory
2824
2824
2825 Update the working directory to the specified revision, or the
2825 Update the repository's working directory to the specified revision,
2826 tip of the current branch if none is specified.
2826 or the tip of the current branch if none is specified.
2827
2827
2828 If the requested revision is a descendant of the working
2828 If the requested revision is a descendant of the working
2829 directory, any outstanding changes in the working directory will
2829 directory, any outstanding changes in the working directory will
General Comments 0
You need to be logged in to leave comments. Login now