From patchwork Fri Oct 13 14:27:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D1016: repoview: remove incorrect documentation of the function From: phabricator X-Patchwork-Id: 24836 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Fri, 13 Oct 2017 14:27:03 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG586645e0589c: repoview: remove incorrect documentation of the function (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1016?vs=2603&id=2687 REVISION DETAIL https://phab.mercurial-scm.org/D1016 AFFECTED FILES mercurial/repoview.py CHANGE DETAILS To: pulkit, #hg-reviewers, ryanmce Cc: ryanmce, dlax, mercurial-devel diff --git a/mercurial/repoview.py b/mercurial/repoview.py --- a/mercurial/repoview.py +++ b/mercurial/repoview.py @@ -99,9 +99,6 @@ return hiddens def computemutable(repo): - """compute the set of revision that should be filtered when used a server - - Secret and hidden changeset should not pretend to be here.""" assert not repo.changelog.filteredrevs # fast check to avoid revset call on huge repo if any(repo._phasecache.phaseroots[1:]):