Show More
@@ -315,11 +315,11 b' def checkheads(repo, remote, outgoing, r' | |||||
315 | if unsynced: |
|
315 | if unsynced: | |
316 | heads = ' '.join(short(h) for h in unsynced) |
|
316 | heads = ' '.join(short(h) for h in unsynced) | |
317 | if branch is None: |
|
317 | if branch is None: | |
318 |
repo.ui. |
|
318 | repo.ui.status(_("remote has heads that are " | |
319 | "not known locally: %s\n") % heads) |
|
319 | "not known locally: %s\n") % heads) | |
320 | else: |
|
320 | else: | |
321 |
repo.ui. |
|
321 | repo.ui.status(_("remote has heads on branch '%s' that are " | |
322 | "not known locally: %s\n") % (branch, heads)) |
|
322 | "not known locally: %s\n") % (branch, heads)) | |
323 | if remoteheads is None: |
|
323 | if remoteheads is None: | |
324 | if len(newhs) > 1: |
|
324 | if len(newhs) > 1: | |
325 | dhs = list(newhs) |
|
325 | dhs = list(newhs) |
General Comments 0
You need to be logged in to leave comments.
Login now