running 'bzr selftest' on windows

Matt Nordhoff mnordhoff at mattnordhoff.com
Sat Feb 27 03:17:11 GMT 2010


Parth Malwankar wrote:
> On Sat, Feb 27, 2010 at 8:23 AM, Martin (gzlist) <gzlist at googlemail.com> wrote:
>> On 27/02/2010, Parth Malwankar <parth.malwankar at gmail.com> wrote:
>>> For the development of a grep plugin I am running 'bzr selftest grep'
>>> on window. This fails with a dialog box saying:
>> Just for your particular problem of the moment, try `bzr selftest -s
>> bp.grep` instead?
>>
>> Martin
>>
> 
> That worked very well. Thanks Martin.
> Just for my understanding, whats the "bp." part in the above command?
> 
> Regards,
> Parth

It's shorthand for "bzrlib.plugins". I don't know if there's a list of
all of the shortcuts, but you can check bzrlib/tests/__init__.py:

test_prefix_alias_registry.register('bd', 'bzrlib.doc')
test_prefix_alias_registry.register('bu', 'bzrlib.utils')
test_prefix_alias_registry.register('bt', 'bzrlib.tests')
test_prefix_alias_registry.register('bb', 'bzrlib.tests.blackbox')
test_prefix_alias_registry.register('bp', 'bzrlib.plugins')
-- 
Matt Nordhoff



More information about the bazaar mailing list