Mercurial > hg-stable
changeset 44494:21893ff382cd
localrepo: add git extension to autoextensions list
Differential Revision: https://phab.mercurial-scm.org/D8266
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 07 Mar 2020 18:00:53 -0500 |
parents | 8b5f5d8ad783 |
children | 2e464925f662 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Sat Mar 07 17:44:55 2020 -0500 +++ b/mercurial/localrepo.py Sat Mar 07 18:00:53 2020 -0500 @@ -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'], }