equal
deleted
inserted
replaced
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. |