diff -r 07ffff841863 -r 27ff2a87d8c0 contrib/phabricator.py --- a/contrib/phabricator.py Thu Aug 24 16:52:28 2017 -0700 +++ b/contrib/phabricator.py Thu Aug 24 17:25:18 2017 -0700 @@ -274,7 +274,7 @@ """ repo = ctx.repo() if oldnode: - diffopts = mdiff.diffopts(git=True, context=1) + diffopts = mdiff.diffopts(git=True, context=32767) oldctx = repo.unfiltered()[oldnode] neednewdiff = (getdiff(ctx, diffopts) != getdiff(oldctx, diffopts)) else: