author | Thomas Arendsen Hein <thomas@intevation.de> |
Mon, 11 Feb 2013 16:57:46 +0100 | |
changeset 18658 | 5e63a85299ba |
parent 18656 | 8eb3408bf005 (current diff) |
parent 18657 | d4a79e075303 (diff) |
child 18667 | f12804d3ff80 |
--- a/mercurial/commands.py Sun Feb 10 23:01:12 2013 +0000 +++ b/mercurial/commands.py Mon Feb 11 16:57:46 2013 +0100 @@ -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