##// END OF EJS Templates
localrepo: add git extension to autoextensions list...
Augie Fackler -
r44966:21893ff3 default
parent child Browse files
Show More
@@ -699,6 +699,7 b' def afterhgrcload(ui, wdirvfs, hgvfs, re'
699 699 # Map of requirements to list of extensions to load automatically when
700 700 # requirement is present.
701 701 autoextensions = {
702 b'git': [b'git'],
702 703 b'largefiles': [b'largefiles'],
703 704 b'lfs': [b'lfs'],
704 705 }
General Comments 0
You need to be logged in to leave comments. Login now