mercurial/commands.py
changeset 18858 f02045645d12
parent 18851 a60963c02f92
parent 18854 afab180307be
child 18881 177774e4b04a
equal deleted inserted replaced
18853:78d760aa3607 18858:f02045645d12
  2093         ] + commitopts2,
  2093         ] + commitopts2,
  2094          _('[OBSOLETED [REPLACEMENT] [REPL... ]'))
  2094          _('[OBSOLETED [REPLACEMENT] [REPL... ]'))
  2095 def debugobsolete(ui, repo, precursor=None, *successors, **opts):
  2095 def debugobsolete(ui, repo, precursor=None, *successors, **opts):
  2096     """create arbitrary obsolete marker
  2096     """create arbitrary obsolete marker
  2097 
  2097 
  2098     With no arguments it it display the list obsolescence marker."""
  2098     With no arguments, displays the list of obsolescence markers."""
  2099     def parsenodeid(s):
  2099     def parsenodeid(s):
  2100         try:
  2100         try:
  2101             # We do not use revsingle/revrange functions here to accept
  2101             # We do not use revsingle/revrange functions here to accept
  2102             # arbitrary node identifiers, possibly not present in the
  2102             # arbitrary node identifiers, possibly not present in the
  2103             # local repository.
  2103             # local repository.