669
669
raise errors.UnsupportedOperation(self.get_reference_info, self)
672
def fetch(self, from_branch, last_revision=None, limit=None):
673
673
"""Copy revisions from from_branch into this branch.
675
675
:param from_branch: Where to copy from.
676
676
:param last_revision: What revision to stop at (None for at the end
682
683
def get_bound_location(self):
683
684
"""Return the URL of the branch we are bound to.