# HG changeset patch # User Pierre-Yves David <pierre-yves.david@ens-lyon.org> # Date 1360452522 0 # Sat Feb 09 23:28:42 2013 +0000 # Branch stable # Node ID d4a79e075303dafbe8d226d119f3e9ead1c48d53 # Parent 227479f61db9d169c1afea6fa0a9dce7288d4932 debugobsolete: improve command help The behavior without argument was not documented. diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -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