##// END OF EJS Templates
discovery: drop the visibleheads function...
Pierre-Yves David -
r18284:e4be4e2a default
parent child Browse files
Show More
@@ -337,7 +337,3 b' def checkheads(repo, remote, outgoing, r'
337 # 6. Check for unsynced changes on involved branches.
337 # 6. Check for unsynced changes on involved branches.
338 if unsynced:
338 if unsynced:
339 repo.ui.warn(_("note: unsynced remote changes!\n"))
339 repo.ui.warn(_("note: unsynced remote changes!\n"))
340
341 def visibleheads(repo):
342 """return the set of visible head of this repo"""
343 return repo.filtered('unserved').heads()
General Comments 0
You need to be logged in to leave comments. Login now