Mercurial > hg
changeset 18658:5e63a85299ba
merge with crew-stable
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 11 Feb 2013 16:57:46 +0100 |
parents | 8eb3408bf005 (current diff) d4a79e075303 (diff) |
children | f12804d3ff80 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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