Skip to content

Commit bf2f5ab

Browse files
committed
git-llvm: Update for release_80 branch
llvm-svn: 356714
1 parent db4cf6b commit bf2f5ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/utils/git-svn/git-llvm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else:
4242

4343
# It's *almost* a straightforward mapping from the monorepo to svn...
4444
GIT_TO_SVN_DIR = {
45-
d: (d + '/trunk')
45+
d: (d + '/branches/release_80')
4646
for d in [
4747
'clang-tools-extra',
4848
'compiler-rt',
@@ -63,8 +63,8 @@ GIT_TO_SVN_DIR = {
6363
'pstl',
6464
]
6565
}
66-
GIT_TO_SVN_DIR.update({'clang': 'cfe/trunk'})
67-
GIT_TO_SVN_DIR.update({'': 'monorepo-root/trunk'})
66+
GIT_TO_SVN_DIR.update({'clang': 'cfe/branches/release_80'})
67+
GIT_TO_SVN_DIR.update({'': 'monorepo-root/branches/release_80'})
6868

6969
VERBOSE = False
7070
QUIET = False

0 commit comments

Comments
 (0)