/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 bzrlib/config.py

Don't treat a format string as a normal string

Show diffs side-by-side

added added

removed removed

Lines of Context:
661
661
                    mask_value = branch_config.get_user_option(name)
662
662
                    if mask_value is not None:
663
663
                        trace.warning('Value "%s" is masked by "%s" from'
664
 
                                      ' branch.conf' % (value, mask_value))
 
664
                                      ' branch.conf', value, mask_value)
665
665
 
666
666
 
667
667
    def _gpg_signing_command(self):