changeset 18657:d4a79e075303 stable

debugobsolete: improve command help The behavior without argument was not documented.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sat, 09 Feb 2013 23:28:42 +0000
parents 227479f61db9
children 5e63a85299ba f6f35d646cb5 3f59cb1ccc73
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sat Feb 09 17:54:01 2013 +0000
+++ b/mercurial/commands.py	Sat Feb 09 23:28:42 2013 +0000
@@ -2106,7 +2106,9 @@
         ] + commitopts2,
          _('[OBSOLETED [REPLACEMENT] [REPL... ]'))
 def debugobsolete(ui, repo, precursor=None, *successors, **opts):
-    """create arbitrary obsolete marker"""
+    """create arbitrary obsolete marker
+
+    With no arguments it it display the list obsolescence marker."""
     def parsenodeid(s):
         try:
             # We do not use revsingle/revrange functions here to accept