##// END OF EJS Templates
merge with crew-stable
Thomas Arendsen Hein -
r18658:5e63a852 merge default
parent child Browse files
Show More
@@ -2106,7 +2106,9 b' def debugknown(ui, repopath, *ids, **opt'
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
General Comments 0
You need to be logged in to leave comments. Login now