Submitter | phabricator |
---|---|
Date | March 5, 2020, 8:17 a.m. |
Message ID | <c59fee31f22a2ba24781e7d88d525d19@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45489/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/git/__init__.py b/hgext/git/__init__.py --- a/hgext/git/__init__.py +++ b/hgext/git/__init__.py @@ -220,7 +220,7 @@ def reposetup(ui, repo): - if isinstance(repo.store, gitstore): + if repo.local() and isinstance(repo.store, gitstore): orig = repo.__class__ repo.store._progress_factory = repo.ui.makeprogress