~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2006-12-07 16:21:39 UTC
  • mfrom: (2120.6.11 bzr.config-policy)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: john@arbash-meinel.com-20061207162139-c2jh91j00430ij9p
(James Henstridge) Add support for per-entry configuration policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
595
595
        branch.set_push_location('foo')
596
596
        local_path = urlutils.local_path_from_url(branch.base[:-1])
597
597
        self.assertFileEqual("[%s]\n"
598
 
                             "push_location = foo" % local_path,
 
598
                             "push_location = foo\n"
 
599
                             "push_location:policy = norecurse" % local_path,
599
600
                             fn)
600
601
 
601
602
    # TODO RBC 20051029 test getting a push location from a branch in a