# HG changeset patch # User Patrick Mezard # Date 1340094287 -7200 # Node ID fa0b9b8a83c0888d9af7216c904bcf5a01ec30b5 # Parent 5d1d7aaf1bc3958568c71525fb51a314e037a55c obsolete: add or fix debug commands help diff -r 5d1d7aaf1bc3 -r fa0b9b8a83c0 hgext/obsolete.py --- a/hgext/obsolete.py Tue Jun 19 10:20:09 2012 +0200 +++ b/hgext/obsolete.py Tue Jun 19 10:24:47 2012 +0200 @@ -395,9 +395,10 @@ @command('debugobsolete', [], _('SUBJECT OBJECT')) def cmddebugobsolete(ui, repo, subject, object): - """Add an obsolete relation between a too node + """add an obsolete relation between two nodes - The subject is expected to be a newer version of the object""" + The subject is expected to be a newer version of the object. + """ lock = repo.lock() try: sub = repo[subject] @@ -409,6 +410,7 @@ @command('debugconvertobsolete', [], '') def cmddebugconvertobsolete(ui, repo): + """import markers from an .hg/obsolete-relations file""" cnt = 0 l = repo.lock() try: