Show More
@@ -699,6 +699,7 b' def afterhgrcload(ui, wdirvfs, hgvfs, re' | |||||
699 | # Map of requirements to list of extensions to load automatically when |
|
699 | # Map of requirements to list of extensions to load automatically when | |
700 | # requirement is present. |
|
700 | # requirement is present. | |
701 | autoextensions = { |
|
701 | autoextensions = { | |
|
702 | b'git': [b'git'], | |||
702 | b'largefiles': [b'largefiles'], |
|
703 | b'largefiles': [b'largefiles'], | |
703 | b'lfs': [b'lfs'], |
|
704 | b'lfs': [b'lfs'], | |
704 | } |
|
705 | } |
General Comments 0
You need to be logged in to leave comments.
Login now