changeset 43094 | e8cf9ad52a78 |
parent 43089 | c59eb1560c44 |
child 43117 | 8ff1ecfadcd1 |
--- a/hgext/phabricator.py Mon Oct 07 11:51:34 2019 -0400 +++ b/hgext/phabricator.py Mon Oct 07 10:58:51 2019 -0400 @@ -775,7 +775,9 @@ try: writediffproperties(unfi[newnode], diffmap[old.node()]) except util.urlerr.urlerror: - ui.warnnoi18n(b'Failed to update metadata for D%s\n' % drevid) + ui.warnnoi18n( + b'Failed to update metadata for D%s\n' % drevid + ) # Remove local tags since it's no longer necessary tagname = b'D%d' % drevid if tagname in repo.tags():