I recently replaced hg diff's -r flag by --from and --to and
then deprecated the -r flag. This patch repeats that for
hg extdiff.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG0a4d47f4337b: extdiff: add --from/--to and deprecate -r, as was done for `hg diff`
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.
Event Timeline
Comment Actions
Right, I meant to include that :( Thanks for the reminder. I'll send it in a followup, perhaps in a chain with hg status --from/--to.