~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ross Lagerwall
  • Date: 2012-08-07 06:32:51 UTC
  • mto: (6437.63.5 2.5)
  • mto: This revision was merged to the branch mainline in revision 6558.
  • Revision ID: rosslagerwall@gmail.com-20120807063251-x9p03ghg2ws8oqjc
Add bzrlib/locale to .bzrignore

bzrlib/locale is generated with ./setup.py build_mo which is in turn called
by ./setup.py build

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from bzrlib import (
20
20
    branch,
21
 
    controldir,
 
21
    bzrdir,
22
22
    errors,
23
23
    memorytree,
24
24
    revision,
238
238
            # remotebranches can't be bound.  Let's instead make a new local
239
239
            # branch of the default type, which does allow binding.
240
240
            # See https://bugs.launchpad.net/bzr/+bug/112020
241
 
            local = controldir.ControlDir.create_branch_convenience('local2')
 
241
            local = bzrdir.BzrDir.create_branch_convenience('local2')
242
242
            local.bind(target)
243
243
        source = self.make_branch('source')
244
244
        branch.Branch.hooks.install_named_hook(