Skip to content
Snippets Groups Projects
Commit 839c2879 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

topic: use the 'topic' revset in namespace

This revset performance just got improved.
parent 6a3df240
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@
if name not in repo.topics:
return []
return [ctx.node() for ctx in
repo.set('not public() and extra(topic, %s)', name)]
repo.set('not public() and topic(%s)', name)]
def _nodemap(repo, node):
ctx = repo[node]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment