Show More
@@ -74,7 +74,8 b' def _collectbrokencsets(repo, files, str' | |||
|
74 | 74 | return s |
|
75 | 75 | |
|
76 | 76 | def strip(ui, repo, nodelist, backup=True, topic='backup'): |
|
77 | ||
|
77 | # This function operates within a transaction of its own, but does | |
|
78 | # not take any lock on the repo. | |
|
78 | 79 | # Simple way to maintain backwards compatibility for this |
|
79 | 80 | # argument. |
|
80 | 81 | if backup in ['none', 'strip']: |
General Comments 0
You need to be logged in to leave comments.
Login now