diff --git a/mercurial/repoview.py b/mercurial/repoview.py --- a/mercurial/repoview.py +++ b/mercurial/repoview.py @@ -148,7 +148,7 @@ if filtername not in repo.filteredrevcache: func = filtertable[filtername] repo.filteredrevcache[filtername] = func(repo.unfiltered()) - return repo.filteredrevcache[filtername] + return repo.filteredrevcache[filtername] - repo.getvisibilityexceptions() class repoview(object): """Provide a read/write view of a repo through a filtered changelog