##// END OF EJS Templates
update: mention null revision in help text
Martin Geisler -
r7037:e3f9feb9 default
parent child Browse files
Show More
@@ -2789,7 +2789,8 b' def update(ui, repo, node=None, rev=None'
2789 """update working directory
2789 """update working directory
2790
2790
2791 Update the working directory to the specified revision, or the
2791 Update the working directory to the specified revision, or the
2792 tip of the current branch if none is specified.
2792 tip of the current branch if none is specified. Use null as
2793 the revision to remove the working copy (like 'hg clone -U').
2793
2794
2794 If the requested revision is a descendant of the working
2795 If the requested revision is a descendant of the working
2795 directory, any outstanding changes in the working directory will
2796 directory, any outstanding changes in the working directory will
General Comments 0
You need to be logged in to leave comments. Login now