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

  • Committer: Jelmer Vernooij
  • Date: 2019-02-03 23:43:20 UTC
  • mfrom: (7267 work)
  • mto: This revision was merged to the branch mainline in revision 7268.
  • Revision ID: jelmer@jelmer.uk-20190203234320-zbquyl9973hbujnb
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2018
2018
                                           realm)
2019
2019
        if credentials is not None:
2020
2020
            password = credentials['password']
2021
 
            if password is not None and scheme is 'ssh':
 
2021
            if password is not None and scheme == 'ssh':
2022
2022
                trace.warning('password ignored in section [%s],'
2023
2023
                              ' use an ssh agent instead'
2024
2024
                              % credentials['name'])