Mercurial > hg-stable
changeset 17254:0deb66d4ad81 stable
discovery: fix invalid comment about extinct being ignored
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Fri, 27 Jul 2012 10:16:20 +0200 |
parents | 67f56ff5afcd |
children | 3e856d8abe9c |
files | mercurial/discovery.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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