##// END OF EJS Templates
commands: deprecate the parents commands...
Matt Mackall -
r22501:bde49bbf default
parent child Browse files
Show More
@@ -4607,7 +4607,7 b' def outgoing(ui, repo, dest=None, **opts'
4607 _('[-r REV] [FILE]'),
4607 _('[-r REV] [FILE]'),
4608 inferrepo=True)
4608 inferrepo=True)
4609 def parents(ui, repo, file_=None, **opts):
4609 def parents(ui, repo, file_=None, **opts):
4610 """show the parents of the working directory or revision
4610 """show the parents of the working directory or revision (DEPRECATED)
4611
4611
4612 Print the working directory's parent revisions. If a revision is
4612 Print the working directory's parent revisions. If a revision is
4613 given via -r/--rev, the parent of that revision will be printed.
4613 given via -r/--rev, the parent of that revision will be printed.
@@ -4615,6 +4615,8 b' def parents(ui, repo, file_=None, **opts'
4615 last changed (before the working directory revision or the
4615 last changed (before the working directory revision or the
4616 argument to --rev if given) is printed.
4616 argument to --rev if given) is printed.
4617
4617
4618 See :hg:`summary` and :hg:`help revsets` for related information.
4619
4618 Returns 0 on success.
4620 Returns 0 on success.
4619 """
4621 """
4620
4622
@@ -315,7 +315,6 b' Testing -h/--help:'
315 manifest output the current or given revision of the project manifest
315 manifest output the current or given revision of the project manifest
316 merge merge working directory with another revision
316 merge merge working directory with another revision
317 outgoing show changesets not found in the destination
317 outgoing show changesets not found in the destination
318 parents show the parents of the working directory or revision
319 paths show aliases for remote repositories
318 paths show aliases for remote repositories
320 phase set or show the current phase name
319 phase set or show the current phase name
321 pull pull changes from the specified source
320 pull pull changes from the specified source
@@ -397,7 +396,6 b' Testing -h/--help:'
397 manifest output the current or given revision of the project manifest
396 manifest output the current or given revision of the project manifest
398 merge merge working directory with another revision
397 merge merge working directory with another revision
399 outgoing show changesets not found in the destination
398 outgoing show changesets not found in the destination
400 parents show the parents of the working directory or revision
401 paths show aliases for remote repositories
399 paths show aliases for remote repositories
402 phase set or show the current phase name
400 phase set or show the current phase name
403 pull pull changes from the specified source
401 pull pull changes from the specified source
@@ -80,7 +80,6 b' Short help:'
80 manifest output the current or given revision of the project manifest
80 manifest output the current or given revision of the project manifest
81 merge merge working directory with another revision
81 merge merge working directory with another revision
82 outgoing show changesets not found in the destination
82 outgoing show changesets not found in the destination
83 parents show the parents of the working directory or revision
84 paths show aliases for remote repositories
83 paths show aliases for remote repositories
85 phase set or show the current phase name
84 phase set or show the current phase name
86 pull pull changes from the specified source
85 pull pull changes from the specified source
@@ -156,7 +155,6 b' Short help:'
156 manifest output the current or given revision of the project manifest
155 manifest output the current or given revision of the project manifest
157 merge merge working directory with another revision
156 merge merge working directory with another revision
158 outgoing show changesets not found in the destination
157 outgoing show changesets not found in the destination
159 parents show the parents of the working directory or revision
160 paths show aliases for remote repositories
158 paths show aliases for remote repositories
161 phase set or show the current phase name
159 phase set or show the current phase name
162 pull pull changes from the specified source
160 pull pull changes from the specified source
@@ -698,7 +696,6 b' Test that default list of commands omits'
698 manifest output the current or given revision of the project manifest
696 manifest output the current or given revision of the project manifest
699 merge merge working directory with another revision
697 merge merge working directory with another revision
700 outgoing show changesets not found in the destination
698 outgoing show changesets not found in the destination
701 parents show the parents of the working directory or revision
702 paths show aliases for remote repositories
699 paths show aliases for remote repositories
703 phase set or show the current phase name
700 phase set or show the current phase name
704 pull pull changes from the specified source
701 pull pull changes from the specified source
@@ -1521,13 +1518,6 b' Dish up an empty repo; serve it cold.'
1521 show changesets not found in the destination
1518 show changesets not found in the destination
1522 </td></tr>
1519 </td></tr>
1523 <tr><td>
1520 <tr><td>
1524 <a href="/help/parents">
1525 parents
1526 </a>
1527 </td><td>
1528 show the parents of the working directory or revision
1529 </td></tr>
1530 <tr><td>
1531 <a href="/help/paths">
1521 <a href="/help/paths">
1532 paths
1522 paths
1533 </a>
1523 </a>
General Comments 0
You need to be logged in to leave comments. Login now