Show More
@@ -74,7 +74,8 b' def _collectbrokencsets(repo, files, str' | |||||
74 | return s |
|
74 | return s | |
75 |
|
75 | |||
76 | def strip(ui, repo, nodelist, backup=True, topic='backup'): |
|
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 | # Simple way to maintain backwards compatibility for this |
|
79 | # Simple way to maintain backwards compatibility for this | |
79 | # argument. |
|
80 | # argument. | |
80 | if backup in ['none', 'strip']: |
|
81 | if backup in ['none', 'strip']: |
General Comments 0
You need to be logged in to leave comments.
Login now