~ian-clatworthy/bzr/faster-diff2

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-21 14:57:43 UTC
  • mfrom: (4347.3.2 interbranch-dpush-result)
  • Revision ID: pqm@pqm.ubuntu.com-20090521145743-3ttnkw77ofepprzq
(Jelmer) Return BranchPushResult from InterBranch.lossy_push().

Show diffs side-by-side

added added

removed removed

Lines of Context:
877
877
 
878
878
        :param target: Target branch
879
879
        :param stop_revision: Revision to push, defaults to last revision.
880
 
        :return: Dictionary mapping revision ids from the target branch 
 
880
        :return: BranchPushResult with an extra member revidmap: 
 
881
            A dictionary mapping revision ids from the target branch 
881
882
            to new revision ids in the target branch, for each 
882
883
            revision that was pushed.
883
884
        """