discovery: fix invalid comment about extinct being ignored stable
authorPatrick Mezard <patrick@mezard.eu>
Fri, 27 Jul 2012 10:16:20 +0200
branchstable
changeset 17254 0deb66d4ad81
parent 17253 67f56ff5afcd
child 17255 3e856d8abe9c
discovery: fix invalid comment about extinct being ignored
mercurial/discovery.py
--- a/mercurial/discovery.py	Thu Jul 26 16:21:43 2012 +0200
+++ b/mercurial/discovery.py	Fri Jul 27 10:16:20 2012 +0200
@@ -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