Show More
@@ -2574,7 +2574,7 b' def cleanupnode(ui, repo, nodes, nobacku' | |||||
2574 |
|
2574 | |||
2575 |
|
2575 | |||
2576 | def stripwrapper(orig, ui, repo, nodelist, *args, **kwargs): |
|
2576 | def stripwrapper(orig, ui, repo, nodelist, *args, **kwargs): | |
2577 |
if isinstance(nodelist, |
|
2577 | if isinstance(nodelist, bytes): | |
2578 | nodelist = [nodelist] |
|
2578 | nodelist = [nodelist] | |
2579 | state = histeditstate(repo) |
|
2579 | state = histeditstate(repo) | |
2580 | if state.inprogress(): |
|
2580 | if state.inprogress(): |
General Comments 0
You need to be logged in to leave comments.
Login now