# HG changeset patch # User Thomas Arendsen Hein # Date 1360598266 -3600 # Node ID 5e63a85299bae89ad00a9b0863a537019eb386a5 # Parent 8eb3408bf0051615106ca21d33519ad0131b8f60# Parent d4a79e075303dafbe8d226d119f3e9ead1c48d53 merge with crew-stable diff -r 8eb3408bf005 -r 5e63a85299ba mercurial/commands.py --- 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