Show More
@@ -16,8 +16,8 def cachetocopy(srcrepo): | |||||
16 | # ones. Therefore copy all branch caches over. |
|
16 | # ones. Therefore copy all branch caches over. | |
17 | cachefiles = [b'branch2'] |
|
17 | cachefiles = [b'branch2'] | |
18 | cachefiles += [b'branch2-%s' % f for f in repoview.filtertable] |
|
18 | cachefiles += [b'branch2-%s' % f for f in repoview.filtertable] | |
19 | cachefiles += [b'branch3'] |
|
19 | cachefiles += [b'branch3-exp'] | |
20 | cachefiles += [b'branch3-%s' % f for f in repoview.filtertable] |
|
20 | cachefiles += [b'branch3-exp-%s' % f for f in repoview.filtertable] | |
21 | cachefiles += [b'rbc-names-v2', b'rbc-revs-v2'] |
|
21 | cachefiles += [b'rbc-names-v2', b'rbc-revs-v2'] | |
22 | cachefiles += [b'tags2'] |
|
22 | cachefiles += [b'tags2'] | |
23 | cachefiles += [b'tags2-%s' % f for f in repoview.filtertable] |
|
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