tests/autodiff.py: explicitly only honor feature diffopts
This test extension manages the opts it cares about on its own anyway.
--- 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