Chg disables demandimport on purpose for performance wins and
therefore, it probably makes sense to indicate that demandimport is disabled
when chg is running.
Details
Details
- Reviewers
quark - Group Reviewers
hg-reviewers - Commits
- rHG88624b40a9cb: hghave: disable demandimport when chg is running
Ran all the tests.
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
tests/hghave.py | ||
---|---|---|
604 | It's more accurate saying: # chg disables demandimport on purpose chg could support demandimport but chooses to disable it for performance win. |
tests/hghave.py | ||
---|---|---|
604 | Yes, that does looks like a better way to put it. I will update the commit message as well to reflect the same. |
It's more accurate saying:
chg could support demandimport but chooses to disable it for performance win.