##// END OF EJS Templates
repoview: remove incorrect documentation of the function...
Pulkit Goyal -
r34650:586645e0 default
parent child Browse files
Show More
@@ -99,9 +99,6 def computeunserved(repo):
99 99 return hiddens
100 100
101 101 def computemutable(repo):
102 """compute the set of revision that should be filtered when used a server
103
104 Secret and hidden changeset should not pretend to be here."""
105 102 assert not repo.changelog.filteredrevs
106 103 # fast check to avoid revset call on huge repo
107 104 if any(repo._phasecache.phaseroots[1:]):
General Comments 0
You need to be logged in to leave comments. Login now