# HG changeset patch # User Siddharth Agarwal # Date 1416614546 28800 # Node ID f78192115229eed447cd9935e2581c88fe32c434 # Parent e41bcb0196334c5da39638e93fffbae2ecba4e76 tests/autodiff.py: explicitly only honor feature diffopts This test extension manages the opts it cares about on its own anyway. diff -r e41bcb019633 -r f78192115229 tests/autodiff.py --- a/tests/autodiff.py Fri Nov 21 16:01:55 2014 -0800 +++ b/tests/autodiff.py Fri Nov 21 16:02:26 2014 -0800 @@ -10,7 +10,7 @@ [('', 'git', '', 'git upgrade mode (yes/no/auto/warn/abort)')], '[OPTION]... [FILE]...') def autodiff(ui, repo, *pats, **opts): - diffopts = patch.diffopts(ui, opts) + diffopts = patch.difffeatureopts(ui, opts) git = opts.get('git', 'no') brokenfiles = set() losedatafn = None