##// END OF EJS Templates
Update synopsis for 'hg update', too.
Thomas Arendsen Hein -
r906:c711930c default
parent child Browse files
Show More
@@ -1358,7 +1358,7 b' table = {'
1358 [('b', 'branch', "", 'checkout the head of a specific branch'),
1358 [('b', 'branch', "", 'checkout the head of a specific branch'),
1359 ('m', 'merge', None, 'allow merging of conflicts'),
1359 ('m', 'merge', None, 'allow merging of conflicts'),
1360 ('C', 'clean', None, 'overwrite locally modified files')],
1360 ('C', 'clean', None, 'overwrite locally modified files')],
1361 'hg update [-m] [-C] [REV]'),
1361 'hg update [-b TAG] [-m] [-C] [REV]'),
1362 "verify": (verify, [], 'hg verify'),
1362 "verify": (verify, [], 'hg verify'),
1363 "version": (show_version, [], 'hg version'),
1363 "version": (show_version, [], 'hg version'),
1364 }
1364 }
General Comments 0
You need to be logged in to leave comments. Login now