mercurial/discovery.py
branchstable
changeset 17254 0deb66d4ad81
parent 17251 98166640b356
child 17424 e7cfe3587ea4
child 17499 3d6d0aa55966
--- 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