D366: phabricator: remove an unnecessary writediffproperties call

quark (Jun Wu) phabricator at mercurial-scm.org
Sun Aug 13 04:01:07 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGf7d6978a4da9: phabricator: remove an unnecessary writediffproperties call (authored by quark).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D366?vs=837&id=844

REVISION DETAIL
  https://phab.mercurial-scm.org/D366

AFFECTED FILES
  contrib/phabricator.py

CHANGE DETAILS

diff --git a/contrib/phabricator.py b/contrib/phabricator.py
--- a/contrib/phabricator.py
+++ b/contrib/phabricator.py
@@ -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



To: quark, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list