[PATCH] D54807: llvm-git: More tweaks.
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 21 12:02:14 PST 2018
jyknight created this revision.
jyknight added a reviewer: zturner.
On python3, use bytes for reading and applying the patch file, rather
than str. This fixes encoding issues when applying patches with
python3.X (reported by zturner).
Also, simplify the "svn update" call, by using svn's "--parents" flag,
instead of manually computing and supplying the list of parent
directories.
https://reviews.llvm.org/D54807
Files:
llvm/utils/git-svn/git-llvm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54807.174961.patch
Type: text/x-patch
Size: 5053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181121/efe3ec07/attachment.bin>
More information about the llvm-commits
mailing list