equal
deleted
inserted
replaced
2104 @command('debugobsolete', |
2104 @command('debugobsolete', |
2105 [('', 'flags', 0, _('markers flag')), |
2105 [('', 'flags', 0, _('markers flag')), |
2106 ] + commitopts2, |
2106 ] + commitopts2, |
2107 _('[OBSOLETED [REPLACEMENT] [REPL... ]')) |
2107 _('[OBSOLETED [REPLACEMENT] [REPL... ]')) |
2108 def debugobsolete(ui, repo, precursor=None, *successors, **opts): |
2108 def debugobsolete(ui, repo, precursor=None, *successors, **opts): |
2109 """create arbitrary obsolete marker""" |
2109 """create arbitrary obsolete marker |
|
2110 |
|
2111 With no arguments it it display the list obsolescence marker.""" |
2110 def parsenodeid(s): |
2112 def parsenodeid(s): |
2111 try: |
2113 try: |
2112 # We do not use revsingle/revrange functions here to accept |
2114 # We do not use revsingle/revrange functions here to accept |
2113 # arbitrary node identifiers, possibly not present in the |
2115 # arbitrary node identifiers, possibly not present in the |
2114 # local repository. |
2116 # local repository. |