If --per-file is passed, we will diffing files one by one, hence there is no
need to make this optimization around single file in that case. This
optimization is only required when --per-file is not passed and we will be
opening directory-diff for a single file.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG451e13cc6d85: extdiff: move single file handling inside `not per-file` conditional
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.