##// END OF EJS Templates
Elevate parents to a "common" command in help
Matt Mackall -
r1475:d791c335 default
parent child Browse files
Show More
@@ -2269,7 +2269,7 b' table = {'
2269 ('p', 'patch', None, _('show patch')),
2269 ('p', 'patch', None, _('show patch')),
2270 ('n', 'newest-first', None, _('show newest record first'))],
2270 ('n', 'newest-first', None, _('show newest record first'))],
2271 _('hg outgoing [-p] [-n] [-M] [DEST]')),
2271 _('hg outgoing [-p] [-n] [-M] [DEST]')),
2272 "parents": (parents, [], _('hg parents [REV]')),
2272 "^parents": (parents, [], _('hg parents [REV]')),
2273 "paths": (paths, [], _('hg paths [NAME]')),
2273 "paths": (paths, [], _('hg paths [NAME]')),
2274 "^pull":
2274 "^pull":
2275 (pull,
2275 (pull,
@@ -10,6 +10,7 b' basic commands (use "hg help" for the fu'
10 export dump the header and diffs for one or more changesets
10 export dump the header and diffs for one or more changesets
11 init create a new repository in the given directory
11 init create a new repository in the given directory
12 log show revision history of entire repository or files
12 log show revision history of entire repository or files
13 parents show the parents of the working dir or revision
13 pull pull changes from the specified source
14 pull pull changes from the specified source
14 push push changes to the specified destination
15 push push changes to the specified destination
15 remove remove the specified files on the next commit
16 remove remove the specified files on the next commit
@@ -25,6 +26,7 b' basic commands (use "hg help" for the fu'
25 export dump the header and diffs for one or more changesets
26 export dump the header and diffs for one or more changesets
26 init create a new repository in the given directory
27 init create a new repository in the given directory
27 log show revision history of entire repository or files
28 log show revision history of entire repository or files
29 parents show the parents of the working dir or revision
28 pull pull changes from the specified source
30 pull pull changes from the specified source
29 push push changes to the specified destination
31 push push changes to the specified destination
30 remove remove the specified files on the next commit
32 remove remove the specified files on the next commit
@@ -215,6 +217,7 b' basic commands (use "hg help" for the fu'
215 export dump the header and diffs for one or more changesets
217 export dump the header and diffs for one or more changesets
216 init create a new repository in the given directory
218 init create a new repository in the given directory
217 log show revision history of entire repository or files
219 log show revision history of entire repository or files
220 parents show the parents of the working dir or revision
218 pull pull changes from the specified source
221 pull pull changes from the specified source
219 push push changes to the specified destination
222 push push changes to the specified destination
220 remove remove the specified files on the next commit
223 remove remove the specified files on the next commit
@@ -235,6 +238,7 b' basic commands (use "hg help" for the fu'
235 export dump the header and diffs for one or more changesets
238 export dump the header and diffs for one or more changesets
236 init create a new repository in the given directory
239 init create a new repository in the given directory
237 log show revision history of entire repository or files
240 log show revision history of entire repository or files
241 parents show the parents of the working dir or revision
238 pull pull changes from the specified source
242 pull pull changes from the specified source
239 push push changes to the specified destination
243 push push changes to the specified destination
240 remove remove the specified files on the next commit
244 remove remove the specified files on the next commit
General Comments 0
You need to be logged in to leave comments. Login now