Show More
@@ -390,7 +390,7 b' def findcommonheads(' | |||||
390 | if audit is not None: |
|
390 | if audit is not None: | |
391 | audit[b'total-roundtrips'] = 1 |
|
391 | audit[b'total-roundtrips'] = 1 | |
392 |
|
392 | |||
393 |
if cl.tip() == null |
|
393 | if cl.tiprev() == nullrev: | |
394 | if srvheadhashes != [nullid]: |
|
394 | if srvheadhashes != [nullid]: | |
395 | return [nullid], True, srvheadhashes |
|
395 | return [nullid], True, srvheadhashes | |
396 | return [nullid], False, [] |
|
396 | return [nullid], False, [] |
General Comments 0
You need to be logged in to leave comments.
Login now