~ubuntu-branches/ubuntu/raring/bzr-svn/raring

« back to all changes in this revision

Viewing changes to push.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-07-30 23:14:36 UTC
  • mfrom: (1.1.28 upstream) (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100730231436-po8j0ibgjn2d6hy0
Tags: 1.0.3-1
* New upstream release.
 + Provides BranchConfig._get_change_editor. Closes: #572109
 + Supports more trunk layout levels. Closes: #573988
* Bump standards version to 3.9.1.
* Mark as supporting bzr 2.2.
* Suggest bzr-rewrite rather than bzr-rebase. LP: #481730

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
        :param target_repository: Repository to push to
257
257
        :param target_branch_path: Path to create new branch at
258
258
        :param source: Source repository
259
 
        :return: Revision id of the pushed revision, foreign revision id that 
 
259
        :return: Revision id of the pushed revision, foreign revision id that
260
260
            was pushed
261
261
        """
262
262
        start_revid = find_push_base_revision(self.source, self.target,