Comments
Patch
@@ -16,10 +16,16 @@ def hideablerevs(repo):
"""Revisions candidates to be hidden
This is a standalone function to help extensions to wrap it."""
return obsolete.getrevs(repo, 'obsolete')
+def _gethiddenblockers(repo):
+ """Get revisions that will block hidden changesets from being filtered
+
+ This is a standalone function to help extensions to wrap it."""
+ pass
+
def computehidden(repo):
"""compute the set of hidden revision to filter
During most operation hidden should be filtered."""
assert not repo.changelog.filteredrevs