Show More
@@ -337,7 +337,3 b' def checkheads(repo, remote, outgoing, r' | |||
|
337 | 337 | # 6. Check for unsynced changes on involved branches. |
|
338 | 338 | if unsynced: |
|
339 | 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