Submitter | Siddharth Agarwal |
---|---|
Date | Dec. 2, 2014, 6:30 p.m. |
Message ID | <59ce174f5a6af8ed82ba.1417545017@devbig136.prn2.facebook.com> |
Download | mbox | patch |
Permalink | /patch/6956/ |
State | Accepted |
Commit | d45e0fa4e3ed80c6f5e7e851aea904d952d68017 |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -316,7 +316,8 @@ m = scmutil.match(ctx, pats, opts) m.bad = bad follow = not opts.get('no_follow') - diffopts = patch.diffopts(ui, opts, section='annotate') + diffopts = patch.difffeatureopts(ui, opts, section='annotate', + whitespace=True) for abs in ctx.walk(m): fctx = ctx[abs] if not opts.get('text') and util.binary(fctx.data()):