Show More
@@ -231,7 +231,7 b' def strip(oldstrip, ui, repo, node, back' | |||||
231 | write(repo, marks) |
|
231 | write(repo, marks) | |
232 |
|
232 | |||
233 | def reposetup(ui, repo): |
|
233 | def reposetup(ui, repo): | |
234 | if not isinstance(repo, localrepo.localrepository): |
|
234 | if not repo.local(): | |
235 | return |
|
235 | return | |
236 |
|
236 | |||
237 | # init a bookmark cache as otherwise we would get a infinite reading |
|
237 | # init a bookmark cache as otherwise we would get a infinite reading |
General Comments 0
You need to be logged in to leave comments.
Login now