Mercurial > hg
changeset 18282:595bd4c5b135
discovery: drop the visiblebranchmap function
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Sat, 05 Jan 2013 18:57:09 +0100 |
parents | 898c575833c9 |
children | ac25d75970c8 |
files | mercurial/discovery.py |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/discovery.py Sun Jan 06 04:36:30 2013 +0100 +++ b/mercurial/discovery.py Sat Jan 05 18:57:09 2013 +0100 @@ -341,8 +341,3 @@ def visibleheads(repo): """return the set of visible head of this repo""" return repo.filtered('unserved').heads() - - -def visiblebranchmap(repo): - """return a branchmap for the visible set""" - return repo.filtered('unserved').branchmap()