OSDN Git Service

llvm-git: More tweaks.
authorJames Y Knight <jyknight@google.com>
Wed, 28 Nov 2018 15:30:39 +0000 (15:30 +0000)
committerJames Y Knight <jyknight@google.com>
Wed, 28 Nov 2018 15:30:39 +0000 (15:30 +0000)
commitdad8def3c2b04a94e49e0fa663b192af02facde4
tree5ef6a25acfc27b37ea0c5975becbcd42f96449e3
parent95f8d2a9fb1162515508462f7513655512298420
llvm-git: More tweaks.

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 and speed up "svn update" via svn's "--parents"
argument, instead of manually computing and supplying the list of
parent directories to update.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347766 91177308-0d34-0410-b5e6-96231b3b80d8
utils/git-svn/git-llvm