Mercurial > hg
changeset 33785:f7d6978a4da9
phabricator: remove an unnecessary writediffproperties call
This was introduced by D229. Thanks Yuya for finding it!
Differential Revision: https://phab.mercurial-scm.org/D366
author | Jun Wu <quark@fb.com> |
---|---|
date | Sat, 12 Aug 2017 21:40:48 -0700 |
parents | 589fda7895da |
children | 0975506120fb |
files | contrib/phabricator.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/phabricator.py Sat Aug 12 09:21:42 2017 +0530 +++ b/contrib/phabricator.py Sat Aug 12 21:40:48 2017 -0700 @@ -277,7 +277,6 @@ transactions = [] if neednewdiff: diff = creatediff(ctx) - writediffproperties(ctx, diff) transactions.append({'type': 'update', 'value': diff[r'phid']}) else: # Even if we don't need to upload a new diff because the patch content