This is an archive of the discontinued Mercurial Phabricator instance.

extdiff: add --from/--to and deprecate -r, as was done for `hg diff`
ClosedPublic

Authored by martinvonz on Dec 17 2020, 2:12 AM.

Details

Summary

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.

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

martinvonz created this revision.Dec 17 2020, 2:12 AM
pulkit accepted this revision.Dec 17 2020, 5:59 AM
pulkit added a subscriber: pulkit.

Probably add a relnotes entry as followup.

This revision is now accepted and ready to land.Dec 17 2020, 5:59 AM

Probably add a relnotes entry as followup.

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.