1503
def update_revisions(self, other, stop_revision=None, overwrite=False):
1503
def update_revisions(self, other, stop_revision=None, overwrite=False,
1504
1505
"""See Branch.update_revisions."""
1508
1510
if stop_revision is None:
1509
1511
stop_revision = other_last_revision
1510
1512
if _mod_revision.is_null(stop_revision):
1511
1513
# if there are no commits, we're done.
1513
1517
# whats the current last revision, before we fetch [and change it
1515
1519
last_rev = _mod_revision.ensure_null(self.last_revision())