This is an archive of the discontinued Mercurial Phabricator instance.

xdiff: add a binary utility that runs xdiff
AbandonedPublic

Authored by quark on Mar 2 2018, 7:25 PM.

Details

Reviewers
ryanmce
Group Reviewers
hg-reviewers
Summary

Add a simple binary that runs xdiff in a minimal way. This is useful for
tweaking xdiff related code. It's also potentially useful in .t tests.

Test Plan

cd contrib/xdiff; make and run xdiff file1 file2, check it has a sane
output.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

ryanmce created this revision.Mar 2 2018, 7:25 PM
quark commandeered this revision.
quark added a subscriber: quark.

Removing this to keep the stack shorter.