Submitter | phabricator |
---|---|
Date | March 9, 2020, 10:04 a.m. |
Message ID | <49979443ee6eedd40b2e8f342a6c0929@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45633/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -699,6 +699,7 @@ # Map of requirements to list of extensions to load automatically when # requirement is present. autoextensions = { + b'git': [b'git'], b'largefiles': [b'largefiles'], b'lfs': [b'lfs'], }