~ubuntu-branches/ubuntu/precise/bzr-svn/precise

« back to all changes in this revision

Viewing changes to transport.py

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-03-06 01:55:20 UTC
  • mfrom: (3.3.13 sid)
  • Revision ID: package-import@ubuntu.com-20120306015520-grugcrw9ju4a0qsm
Tags: 1.2.1-1
* Fix format string of copyright file.
* Bump standards version to 3.9.3.
* Add basic tests for autopkgtest.
* New upstream release.
 + Fixes tests against newer versions of bzr. Closes: #660730

Show diffs side-by-side

added added

removed removed

Lines of Context:
564
564
        return self.svn_url[len(self.get_repos_root()):].strip("/")
565
565
 
566
566
    @convert_svn_error
567
 
    def create_prefix(self):
 
567
    def create_prefix(self, mode=None):
568
568
        create_branch_prefix(self.clone_root(),
569
569
                {"svn:log": "Creating prefix"},
570
570
                self.repos_path.split("/")[:-1])