~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2009-04-06 02:54:14 UTC
  • mfrom: (4253 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4255.
  • Revision ID: jelmer@samba.org-20090406025414-65tpjwcmjp5wa5oj
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
                self.outf.write('No Launchpad user ID configured.\n')
227
227
                return 1
228
228
        else:
 
229
            name = name.lower()
229
230
            if check_account:
230
231
                account.check_lp_login(name)
231
232
            account.set_lp_login(name)