/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Aaron Bentley
  • Date: 2009-05-28 07:56:59 UTC
  • mfrom: (4384 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4386.
  • Revision ID: aaron@aaronbentley.com-20090528075659-bb835aj2sr711emf
Merge bzr.dev into commit-preview.

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
        """