Show More
@@ -565,8 +565,7 b' class MercurialRepository(BaseRepository' | |||
|
565 | 565 | """ |
|
566 | 566 | Return the common ancestor of the two revisions. |
|
567 | 567 | """ |
|
568 | return self._remote.ancestor( | |
|
569 | revision1, revision2).strip().split(':')[-1] | |
|
568 | return self._remote.ancestor(revision1, revision2) | |
|
570 | 569 | |
|
571 | 570 | def _local_push( |
|
572 | 571 | self, revision, repository_path, push_branches=False, |
General Comments 0
You need to be logged in to leave comments.
Login now