Show More
@@ -405,7 +405,7 b' def _checkheads(orig, pushop):' | |||
|
405 | 405 | |
|
406 | 406 | def wireprotolistkeyspatterns(repo, proto, namespace, patterns): |
|
407 | 407 | patterns = wireprototypes.decodelist(patterns) |
|
408 |
d = |
|
|
408 | d = repo.listkeys(encoding.tolocal(namespace), patterns).items() | |
|
409 | 409 | return pushkey.encodekeys(d) |
|
410 | 410 | |
|
411 | 411 |
General Comments 0
You need to be logged in to leave comments.
Login now