##// 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.
Martin Bornhold -
r36:368b34ff default
Show More
Name Size Modified Last Commit Author
/ vcsserver
echo_stub
VERSION Loading ...
__init__.py Loading ...
base.py Loading ...
exceptions.py Loading ...
git.py Loading ...
hg.py Loading ...
hgcompat.py Loading ...
hgpatches.py Loading ...
hooks.py Loading ...
http_main.py Loading ...
main.py Loading ...
pygrack.py Loading ...
remote_wsgi.py Loading ...
scm_app.py Loading ...
server.py Loading ...
settings.py Loading ...
subprocessio.py Loading ...
svn.py Loading ...
svn_diff.py Loading ...
utils.py Loading ...
wsgi_app_caller.py Loading ...