[MERGE] add a command for managing the Launchpad user ID.

Ian Clatworthy ian.clatworthy at internode.on.net
Wed Oct 24 08:30:43 BST 2007


James Henstridge wrote:
> Here's a new version of the patch with one minor change: it uses
> TestCaseInTempDir for the config tests.  In the previous version,
> things weren't being cleaned up correctly, which could affect other
> tests.

bb: tweak

Just some spelling issues.

I'm happy to merge this for 0.92 if (Release Manager) poolie agrees it
can go in. It's new functionality in a bundled plugin so I think it's
low risk.


> === added file 'bzrlib/plugins/launchpad/account.py'

> +def check_lp_login(username, _transport=None):
> +    """Check whether the given Launchpad username is okay.
> +
> +    This will check for both existance and whether the user has

s/existance/existence/

> +class cmd_launchpad_login(Command):
> +    """Show or set the Launchpad user id.

s/user id/user ID/.

Ian C.



More information about the bazaar mailing list