##// END OF EJS Templates
mercurial: Explicitly disable largefiles extension when no config value is present for it....
mercurial: Explicitly disable largefiles extension when no config value is present for it. Recent mercurial versions enable the largefiles extension in the hgrc file when cloning from a repo that uses largefiles. This may lead to undesired behaviour. By explicitly disabling it in the baseui object we override the setting in the hgrc file.

File last commit:

r0:0fb8cb8f default
r36:368b34ff default
Show More
pip2nix.ini
3 lines | 86 B | text/x-ini | IniLexer
[pip2nix]
requirements = ., -r ./requirements.txt
output = ./pkgs/python-packages.nix