hidden: drop outdated comment about "dynamic" performance
This comment is now irrelevant since we have a faster algorithm and no cache.
--- 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()