comparison mercurial/commands.py @ 18858:f02045645d12

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 02 Apr 2013 01:15:31 -0500
parents a60963c02f92 afab180307be
children 177774e4b04a
comparison
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.