mercurial/commands.py
changeset 21789 15baed3f24ee
parent 21778 f6a6d07b66b3
child 21817 6b0275e5f276
equal deleted inserted replaced
21788:c20843aee8a4 21789:15baed3f24ee
  2312          _('[OBSOLETED [REPLACEMENT] [REPL... ]'))
  2312          _('[OBSOLETED [REPLACEMENT] [REPL... ]'))
  2313 def debugobsolete(ui, repo, precursor=None, *successors, **opts):
  2313 def debugobsolete(ui, repo, precursor=None, *successors, **opts):
  2314     """create arbitrary obsolete marker
  2314     """create arbitrary obsolete marker
  2315 
  2315 
  2316     With no arguments, displays the list of obsolescence markers."""
  2316     With no arguments, displays the list of obsolescence markers."""
       
  2317 
  2317     def parsenodeid(s):
  2318     def parsenodeid(s):
  2318         try:
  2319         try:
  2319             # We do not use revsingle/revrange functions here to accept
  2320             # We do not use revsingle/revrange functions here to accept
  2320             # arbitrary node identifiers, possibly not present in the
  2321             # arbitrary node identifiers, possibly not present in the
  2321             # local repository.
  2322             # local repository.