Show More
@@ -99,9 +99,6 b' def computeunserved(repo):' | |||||
99 | return hiddens |
|
99 | return hiddens | |
100 |
|
100 | |||
101 | def computemutable(repo): |
|
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 | assert not repo.changelog.filteredrevs |
|
102 | assert not repo.changelog.filteredrevs | |
106 | # fast check to avoid revset call on huge repo |
|
103 | # fast check to avoid revset call on huge repo | |
107 | if any(repo._phasecache.phaseroots[1:]): |
|
104 | if any(repo._phasecache.phaseroots[1:]): |
General Comments 0
You need to be logged in to leave comments.
Login now