##// END OF EJS Templates
Clarify update help text for update without an explicit revision
Brendan Cully -
r4205:7ca05d29 default
parent child Browse files
Show More
@@ -2507,7 +2507,8 b' def unbundle(ui, repo, fname, **opts):'
2507 2507 def update(ui, repo, node=None, clean=False, date=None):
2508 2508 """update working directory
2509 2509
2510 Update the working directory to the specified revision.
2510 Update the working directory to the specified revision, or the
2511 tip of the current branch if none is specified.
2511 2512
2512 2513 If there are no outstanding changes in the working directory and
2513 2514 there is a linear relationship between the current version and the
General Comments 0
You need to be logged in to leave comments. Login now