##// END OF EJS Templates
Remove parents from default help in favor of summary
Matt Mackall -
r9606:69f8ac71 default
parent child Browse files
Show More
@@ -3491,7 +3491,7 b' table = {'
3491 3491 ('n', 'newest-first', None, _('show newest record first')),
3492 3492 ] + logopts + remoteopts,
3493 3493 _('[-M] [-p] [-n] [-f] [-r REV]... [DEST]')),
3494 "^parents":
3494 "parents":
3495 3495 (parents,
3496 3496 [('r', 'rev', '', _('show parents from the specified revision')),
3497 3497 ] + templateopts,
@@ -173,7 +173,6 b' forget: include, exclude'
173 173 init: ssh, remotecmd
174 174 log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, prune, patch, git, limit, no-merges, style, template, include, exclude
175 175 merge: force, rev, preview
176 parents: rev, style, template
177 176 pull: update, force, rev, ssh, remotecmd
178 177 push: force, rev, ssh, remotecmd
179 178 remove: after, force, include, exclude
@@ -215,6 +214,7 b' incoming: force, newest-first, bundle, r'
215 214 locate: rev, print0, fullpath, include, exclude
216 215 manifest: rev
217 216 outgoing: force, rev, newest-first, patch, git, limit, no-merges, style, template, ssh, remotecmd
217 parents: rev, style, template
218 218 paths:
219 219 recover:
220 220 rename: after, force, include, exclude, dry-run
@@ -12,7 +12,6 b' basic commands:'
12 12 init create a new repository in the given directory
13 13 log show revision history of entire repository or files
14 14 merge merge working directory with another revision
15 parents show the parents of the working directory or revision
16 15 pull pull changes from the specified source
17 16 push push changes to the specified destination
18 17 remove remove the specified files on the next commit
@@ -32,7 +31,6 b' use "hg help" for the full list of comma'
32 31 init create a new repository in the given directory
33 32 log show revision history of entire repository or files
34 33 merge merge working directory with another revision
35 parents show the parents of the working directory or revision
36 34 pull pull changes from the specified source
37 35 push push changes to the specified destination
38 36 remove remove the specified files on the next commit
@@ -317,7 +315,6 b' basic commands:'
317 315 init create a new repository in the given directory
318 316 log show revision history of entire repository or files
319 317 merge merge working directory with another revision
320 parents show the parents of the working directory or revision
321 318 pull pull changes from the specified source
322 319 push push changes to the specified destination
323 320 remove remove the specified files on the next commit
@@ -342,7 +339,6 b' basic commands:'
342 339 init create a new repository in the given directory
343 340 log show revision history of entire repository or files
344 341 merge merge working directory with another revision
345 parents show the parents of the working directory or revision
346 342 pull pull changes from the specified source
347 343 push push changes to the specified destination
348 344 remove remove the specified files on the next commit
@@ -14,7 +14,6 b' basic commands:'
14 14 init create a new repository in the given directory
15 15 log show revision history of entire repository or files
16 16 merge merge working directory with another revision
17 parents show the parents of the working directory or revision
18 17 pull pull changes from the specified source
19 18 push push changes to the specified destination
20 19 remove remove the specified files on the next commit
@@ -15,7 +15,6 b' basic commands:'
15 15 init create a new repository in the given directory
16 16 log show revision history of entire repository or files
17 17 merge merge working directory with another revision
18 parents show the parents of the working directory or revision
19 18 pull pull changes from the specified source
20 19 push push changes to the specified destination
21 20 remove remove the specified files on the next commit
General Comments 0
You need to be logged in to leave comments. Login now