diff --git a/mercurial/commands.py b/mercurial/commands.py index 16a63e567a..2a31635fde 100644 --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2106,7 +2106,9 @@ def debugknown(ui, repopath, *ids, **opts): ] + 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