Skip to content
Snippets Groups Projects
Commit 2f4a399a8787 authored by Brendan Cully's avatar Brendan Cully
Browse files

inotify: do not attempt to monkeypatch bundlerepos

parent 49f34b43cf90
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
cmdutil.service(opts, initfn=service.init, runfn=service.run)
def reposetup(ui, repo):
if not repo.local():
if not hasattr(repo, 'dirstate'):
return
# XXX: weakref until hg stops relying on __del__
......
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