mercurial/repoview.py
changeset 34649 586645e0589c
parent 32739 48d1e1214d8c
child 35248 c752fbe228fb
--- a/mercurial/repoview.py	Thu Oct 12 09:34:58 2017 -0700
+++ b/mercurial/repoview.py	Tue Oct 10 23:19:35 2017 +0530
@@ -99,9 +99,6 @@
         return hiddens
 
 def computemutable(repo):
-    """compute the set of revision that should be filtered when used a server
-
-    Secret and hidden changeset should not pretend to be here."""
     assert not repo.changelog.filteredrevs
     # fast check to avoid revset call on huge repo
     if any(repo._phasecache.phaseroots[1:]):