Show More
@@ -285,7 +285,7 b' class stripcallback(object):' | |||||
285 | def __call__(self, tr): |
|
285 | def __call__(self, tr): | |
286 | roots = safestriproots(self.ui, self.repo, self.nodelist) |
|
286 | roots = safestriproots(self.ui, self.repo, self.nodelist) | |
287 | if roots: |
|
287 | if roots: | |
288 |
strip(self.ui, self.repo, roots, |
|
288 | strip(self.ui, self.repo, roots, self.backup, self.topic) | |
289 |
|
289 | |||
290 | def delayedstrip(ui, repo, nodelist, topic=None): |
|
290 | def delayedstrip(ui, repo, nodelist, topic=None): | |
291 | """like strip, but works inside transaction and won't strip irreverent revs |
|
291 | """like strip, but works inside transaction and won't strip irreverent revs |
General Comments 0
You need to be logged in to leave comments.
Login now