author | Bryan O'Sullivan <bryano@fb.com> |
Mon, 11 Feb 2013 14:50:54 -0800 | |
changeset 18667 | f12804d3ff80 |
parent 18666 | fb9d1c2805ff (current diff) |
parent 18658 | 5e63a85299ba (diff) |
child 18668 | 4034b8d551b1 |
child 18737 | 56f8522c3591 |
--- a/mercurial/commands.py Sat Feb 09 19:02:45 2013 +0200 +++ b/mercurial/commands.py Mon Feb 11 14:50:54 2013 -0800 @@ -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