Skip to content
Snippets Groups Projects
Commit 0deb66d4 authored by Patrick Mézard's avatar Patrick Mézard
Browse files

discovery: fix invalid comment about extinct being ignored

parent 67f56ff5
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,6 @@
elif onlyheads is None:
# use visible heads as it should be cached
og.missingheads = visibleheads(repo)
# extinct changesets are silently ignored
og.excluded = [ctx.node() for ctx in repo.set('secret() or extinct()')]
else:
# compute common, missing and exclude secret stuff
......
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