/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test_branch.py

  • Committer: Breezy landing bot
  • Author(s): Martin
  • Date: 2019-06-16 01:52:23 UTC
  • mfrom: (7336.2.1 split_config_env)
  • Revision ID: breezy.the.bot@gmail.com-20190616015223-0kkno5fepi7tmbqy
Split non-ini config methods to bedding

Merged from https://code.launchpad.net/~gz/brz/split_config_env/+merge/368863

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
"""
24
24
 
25
25
from .. import (
 
26
    bedding,
26
27
    branch as _mod_branch,
27
28
    config,
28
29
    controldir,
117
118
                             b"push_location = foo\n"
118
119
                             b"push_location:policy = norecurse\n" % local_path.encode(
119
120
                                 'utf-8'),
120
 
                             config.locations_config_filename())
 
121
                             bedding.locations_config_path())
121
122
 
122
123
    # TODO RBC 20051029 test getting a push location from a branch in a
123
124
    # recursive section - that is, it appends the branch name.