~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-26 15:46:16 UTC
  • mfrom: (5741.1.3 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20110326154616-y6h2rjf9bs1wvvfs
(jelmer) Move Branch.fetch implementation to InterBranch. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    gpg,
26
26
    merge,
27
27
    urlutils,
28
 
    transactions,
29
28
    transport,
30
29
    remote,
31
30
    repository,
32
31
    revision,
33
32
    tests,
34
33
    )
35
 
from bzrlib.symbol_versioning import deprecated_in
36
34
from bzrlib.tests import (
37
 
    http_server,
38
35
    per_branch,
39
36
    )
40
37
from bzrlib.tests.http_server import HttpServer