D4713: largefiles: automatically load largefiles extension when required (BC)
yuja (Yuya Nishihara)
phabricator at mercurial-scm.org
Sat Sep 29 02:25:57 UTC 2018
yuja added a comment.
> 1. Map of requirements to list of extensions to load automatically when
> 2. requirement is present. autoextensions = { + b'largefiles': [b'largefiles'], b'lfs': [b'lfs'], }
Can we add some warnings here? The largefiles is IMHO one of the most buggy
extensions, and loading it has a side effect (e.g. fsmonitor is disabled.)
It shouldn't be silently loaded into the process.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D4713
To: indygreg, #hg-reviewers
Cc: yuja, mercurial-devel
More information about the Mercurial-devel
mailing list