Submitter | phabricator |
---|---|
Date | March 7, 2020, 11:01 p.m. |
Message ID | <differential-rev-PHID-DREV-2x4lvela7bbbliwxl4ln-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/45616/ |
State | Superseded |
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'], }