Mercurial > hg
changeset 23692:f78192115229
tests/autodiff.py: explicitly only honor feature diffopts
This test extension manages the opts it cares about on its own anyway.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Fri, 21 Nov 2014 16:02:26 -0800 |
parents | e41bcb019633 |
children | 9a02f7517939 |
files | tests/autodiff.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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