/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/blackbox/test_whoami.py

  • Committer: Jelmer Vernooij
  • Date: 2017-07-30 16:59:50 UTC
  • mto: This revision was merged to the branch mainline in revision 6741.
  • Revision ID: jelmer@jelmer.uk-20170730165950-rg167qikugjgw366
Rename bazaar.conf to breezy.conf.

When falling back to reading ~/.bazaar, still read $CONFIG_DIR/bazaar.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
        c = branch.Branch.open(url).get_config_stack()
137
137
        self.assertEqual('Changed Identity <changed@identi.ty>',
138
138
                          c.get('email'))
139
 
        # Ensuring that the value does not come from the bazaar.conf file
 
139
        # Ensuring that the value does not come from the breezy.conf file
140
140
        # itself requires some isolation setup
141
141
        self.overrideEnv('BRZ_EMAIL', None)
142
142
        self.overrideEnv('EMAIL', None)