/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/plugins/launchpad/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-31 01:11:33 UTC
  • mfrom: (4217.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090331011133-3mpb7ocwv4eu6go4
lowercase the provided username in launchpad-login (Michael Hudson)

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)