comparison mercurial/commands.py @ 18859:9a1c8f29bc0e

merge with mpm
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 02 Apr 2013 08:58:42 -0700
parents a60963c02f92 afab180307be
children 177774e4b04a
comparison
equal deleted inserted replaced
18853:78d760aa3607 18859:9a1c8f29bc0e
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.