~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/__init__.py

  • Committer: Patch Queue Manager
  • Date: 2012-07-28 13:39:59 UTC
  • mfrom: (6524.4.2 bzr.sslmoaning)
  • Revision ID: pqm@pqm.ubuntu.com-20120728133959-zmycu56kx99zttog
(gz) Stop complaining about https certificates more than once (Marius Kruger)

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
            "  bzr upgrade %(basedir)s"),
167
167
        locks_steal_dead=(
168
168
            u"Stole dead lock %(lock_url)s %(other_holder_info)s."),
 
169
        not_checking_ssl_cert=(
 
170
            u"Not checking SSL certificate for %(host)s."),
169
171
        )
170
172
 
171
173
    def __init__(self):