# HG changeset patch # User Patrick Mezard # Date 1343376980 -7200 # Node ID 0deb66d4ad81de52d03b5128839e260df7c99c4e # Parent 67f56ff5afcd8f0a37830cf3d8e8ad14bb213fab discovery: fix invalid comment about extinct being ignored diff -r 67f56ff5afcd -r 0deb66d4ad81 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