Submitter | phabricator |
---|---|
Date | Aug. 7, 2018, 2:16 p.m. |
Message ID | <731217b30b59be5ddfec950dbff413cd@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/33401/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/phabricator.py b/contrib/phabricator.py --- a/contrib/phabricator.py +++ b/contrib/phabricator.py @@ -570,6 +570,7 @@ drevid = drevids[i] drev = [d for d in drevs if int(d[r'id']) == drevid][0] newdesc = getdescfromdrev(drev) + newdesc = encoding.unitolocal(newdesc) # Make sure commit message contain "Differential Revision" if old.description() != newdesc: parents = [