We've found a severe perf regression in hg update caused by the path conflict
checking code. The next patch will disable this by default.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG37450a122128: merge: add a config option to disable path conflict checking
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
The debug section doesn't seem to exists, could we use 'experimental' instead while we fix the performance regression?
Comment Actions
The debug section doesn't seem to exists, could we use 'experimental' instead while we fix the performance regression?
Good idea! Done, thanks!