##// END OF EJS Templates
repair: make strip() return backup file path...
Martin von Zweigbergk -
r30274:c1345969 default
parent child Browse files
Show More
@@ -244,6 +244,9 b' def strip(ui, repo, nodelist, backup=Tru'
244 244 vfs.unlink(tmpbundlefile)
245 245
246 246 repo.destroyed()
247 # return the backup file path (or None if 'backup' was False) so
248 # extensions can use it
249 return backupfile
247 250
248 251 def rebuildfncache(ui, repo):
249 252 """Rebuilds the fncache file from repo history.
General Comments 0
You need to be logged in to leave comments. Login now