Skip to content
Snippets Groups Projects
Commit f7d6978a authored by Jun Wu's avatar Jun Wu
Browse files

phabricator: remove an unnecessary writediffproperties call

This was introduced by D229. Thanks Yuya for finding it!

Differential Revision: https://phab.mercurial-scm.org/D366
parent 589fda78
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment