Show More
@@ -270,7 +270,7 b' class MercurialRepository(BaseRepository' | |||
|
270 | 270 | return MercurialDiff(diff) |
|
271 | 271 | |
|
272 | 272 | def strip(self, commit_id, branch=None): |
|
273 |
self._remote.strip(commit_id, update=False, backup= |
|
|
273 | self._remote.strip(commit_id, update=False, backup=False) | |
|
274 | 274 | |
|
275 | 275 | self._remote.invalidate_vcs_cache() |
|
276 | 276 | # clear cache |
General Comments 0
You need to be logged in to leave comments.
Login now