Show More
@@ -48,7 +48,7 class fakerepo: | |||||
48 | def sjoin(self, p): |
|
48 | def sjoin(self, p): | |
49 | return p |
|
49 | return p | |
50 |
|
50 | |||
51 | @localrepo.repofilecache('x', 'y') |
|
51 | @localrepo.repofilecache(b'x', b'y') | |
52 | def cached(self): |
|
52 | def cached(self): | |
53 | print('creating') |
|
53 | print('creating') | |
54 | return 'string from function' |
|
54 | return 'string from function' |
General Comments 0
You need to be logged in to leave comments.
Login now