Show More
@@ -16,8 +16,8 def cachetocopy(srcrepo): | |||
|
16 | 16 | # ones. Therefore copy all branch caches over. |
|
17 | 17 | cachefiles = [b'branch2'] |
|
18 | 18 | cachefiles += [b'branch2-%s' % f for f in repoview.filtertable] |
|
19 | cachefiles += [b'branch3'] | |
|
20 | cachefiles += [b'branch3-%s' % f for f in repoview.filtertable] | |
|
19 | cachefiles += [b'branch3-exp'] | |
|
20 | cachefiles += [b'branch3-exp-%s' % f for f in repoview.filtertable] | |
|
21 | 21 | cachefiles += [b'rbc-names-v2', b'rbc-revs-v2'] |
|
22 | 22 | cachefiles += [b'tags2'] |
|
23 | 23 | cachefiles += [b'tags2-%s' % f for f in repoview.filtertable] |
General Comments 0
You need to be logged in to leave comments.
Login now