##// END OF EJS Templates
discovery: drop the visiblebranchmap function
Pierre-Yves David -
r18282:595bd4c5 default
parent child Browse files
Show More
@@ -341,8 +341,3 b' def checkheads(repo, remote, outgoing, r'
341 341 def visibleheads(repo):
342 342 """return the set of visible head of this repo"""
343 343 return repo.filtered('unserved').heads()
344
345
346 def visiblebranchmap(repo):
347 """return a branchmap for the visible set"""
348 return repo.filtered('unserved').branchmap()
General Comments 0
You need to be logged in to leave comments. Login now