tests/autodiff.py
changeset 23692 f78192115229
parent 21254 51e5c793a9f4
child 26587 56b2bcea2529
--- 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