Show More
@@ -411,7 +411,7 b' class cg1unpacker(object):' | |||||
411 | newheads = [h for h in repo.heads() |
|
411 | newheads = [h for h in repo.heads() | |
412 | if h not in oldheads] |
|
412 | if h not in oldheads] | |
413 | repo.ui.log("incoming", |
|
413 | repo.ui.log("incoming", | |
414 |
"% |
|
414 | "%d incoming changes - new heads: %s\n", | |
415 | len(added), |
|
415 | len(added), | |
416 | ', '.join([hex(c[:6]) for c in newheads])) |
|
416 | ', '.join([hex(c[:6]) for c in newheads])) | |
417 |
|
417 |
General Comments 0
You need to be logged in to leave comments.
Login now