Skip to content
Snippets Groups Projects
Commit c61b8dfb authored by Matt Harbison's avatar Matt Harbison
Browse files

remotefilelog: use repo.local() instead of isinstance()

parent f7863606
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@
remotefilelog.remotefilelog.__len__ = oldlen
def reposetup(ui, repo):
if not isinstance(repo, localrepo.localrepository):
if not repo.local():
return
# put here intentionally bc doesnt work in uisetup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment