Mercurial > public > mercurial-scm > hg
diff mercurial/repoview.py @ 18919:cdf764a2f7a5
repoview: remove unreachable code
Found using Cython.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Fri, 12 Apr 2013 17:18:52 -0700 |
parents | 3e92772d5383 |
children | acb34d7159bd |
line wrap: on
line diff
--- a/mercurial/repoview.py Fri Apr 12 17:17:35 2013 -0700 +++ b/mercurial/repoview.py Fri Apr 12 17:18:52 2013 -0700 @@ -55,7 +55,6 @@ return frozenset(hiddens | secrets) else: return hiddens - return frozenset() def computemutable(repo): """compute the set of revision that should be filtered when used a server