]> granicus.if.org Git - llvm/commitdiff
git-llvm: Update for release_80 branch
authorTom Stellard <tstellar@redhat.com>
Thu, 21 Mar 2019 20:45:59 +0000 (20:45 +0000)
committerTom Stellard <tstellar@redhat.com>
Thu, 21 Mar 2019 20:45:59 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@356714 91177308-0d34-0410-b5e6-96231b3b80d8

utils/git-svn/git-llvm

index 53c0b24ae2c8568f68c0d5a227cf04badd436305..bf234301f1321c1ce370b751a961e3e534cc9a20 100755 (executable)
@@ -42,7 +42,7 @@ else:
 
 # It's *almost* a straightforward mapping from the monorepo to svn...
 GIT_TO_SVN_DIR = {
-    d: (d + '/trunk')
+    d: (d + '/branches/release_80')
     for d in [
         'clang-tools-extra',
         'compiler-rt',
@@ -63,8 +63,8 @@ GIT_TO_SVN_DIR = {
         'pstl',
     ]
 }
-GIT_TO_SVN_DIR.update({'clang': 'cfe/trunk'})
-GIT_TO_SVN_DIR.update({'': 'monorepo-root/trunk'})
+GIT_TO_SVN_DIR.update({'clang': 'cfe/branches/release_80'})
+GIT_TO_SVN_DIR.update({'': 'monorepo-root/branches/release_80'})
 
 VERBOSE = False
 QUIET = False