# HG changeset patch # User Pierre-Yves David # Date 1495374962 -7200 # Node ID 43ae9e6eaabaeeb8c070dd04a6280180745b5256 # Parent 4c5bc7cbd98943c47a38c157060fa6683ed6542a hidden: drop outdated comment about "dynamic" performance This comment is now irrelevant since we have a faster algorithm and no cache. diff -r 4c5bc7cbd989 -r 43ae9e6eaaba mercurial/repoview.py --- a/mercurial/repoview.py Sun May 21 15:47:06 2017 +0200 +++ b/mercurial/repoview.py Sun May 21 15:56:02 2017 +0200 @@ -29,11 +29,8 @@ return obsolete.getrevs(repo, 'obsolete') def revealedrevs(repo): - """Non-cacheable revisions blocking hidden changesets from being filtered. - - Get revisions that will block hidden changesets and are likely to change, - but unlikely to create hidden blockers. They won't be cached, so be careful - with adding additional computation.""" + """non-cacheable revisions blocking hidden changesets from being filtered + """ cl = repo.changelog blockers = set()