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