Show More
@@ -2577,7 +2577,7 b' def _getbundlephasespart(' | |||
|
2577 | 2577 | ): |
|
2578 | 2578 | """add phase heads part to the requested bundle""" |
|
2579 | 2579 | if kwargs.get('phases', False): |
|
2580 |
if not b2caps or |
|
|
2580 | if not b2caps or b'heads' not in b2caps.get(b'phases'): | |
|
2581 | 2581 | raise error.Abort(_(b'no common phases exchange method')) |
|
2582 | 2582 | if heads is None: |
|
2583 | 2583 | heads = repo.heads() |
General Comments 0
You need to be logged in to leave comments.
Login now