~ubuntu-branches/ubuntu/utopic/bzrtools/utopic

« back to all changes in this revision

Viewing changes to cbranch.py

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-11-09 15:27:29 UTC
  • Revision ID: package-import@ubuntu.com-20111109152729-5sm7p0elrkbionkg
* Merge from Debian. Remaining changes:
 + Disable use of subunit, which is not in main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
from bzrlib import ui
19
19
from bzrlib.bzrdir import BzrDir
20
 
from bzrlib.branch import Branch
21
20
from bzrlib.config import LocationConfig
22
21
from bzrlib.errors import BzrCommandError, NoSuchFile
23
22
from bzrlib.osutils import pathjoin, basename, abspath