736
737
def get_revision_delta(self, revno):
737
738
"""Return the delta for one revision.
739
740
The delta is relative to its mainline predecessor, or the
740
741
empty tree for revision 1.
744
746
raise errors.InvalidRevisionNumber(revno)
747
749
def get_stacked_on_url(self):
748
750
"""Get the URL this branch is stacked against.