##// END OF EJS Templates
strip: respect the backup option in stripcallback...
Jun Wu -
r33108:208de153 default
parent child Browse files
Show More
@@ -285,7 +285,7 b' class stripcallback(object):'
285 285 def __call__(self, tr):
286 286 roots = safestriproots(self.ui, self.repo, self.nodelist)
287 287 if roots:
288 strip(self.ui, self.repo, roots, True, self.topic)
288 strip(self.ui, self.repo, roots, self.backup, self.topic)
289 289
290 290 def delayedstrip(ui, repo, nodelist, topic=None):
291 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