Show More
@@ -308,6 +308,7 b' def softstrip(ui, repo, nodelist, backup' | |||||
308 | if not tostrip: |
|
308 | if not tostrip: | |
309 | return None |
|
309 | return None | |
310 |
|
310 | |||
|
311 | backupfile = None | |||
311 | if backup: |
|
312 | if backup: | |
312 | node = tostrip[0] |
|
313 | node = tostrip[0] | |
313 | backupfile = _createstripbackup(repo, tostrip, node, topic) |
|
314 | backupfile = _createstripbackup(repo, tostrip, node, topic) |
General Comments 0
You need to be logged in to leave comments.
Login now