[MERGE] trivial NotImplementedError and docstring tweaks

Andrew Bennetts andrew at canonical.com
Thu Aug 17 04:37:05 BST 2006


This patch mainly updates a bunch of NotImplementedErrors in bzrlib/branch.py
from this style:

        raise NotImplementedError('foo is abstract')

to this:

        raise NotImplementedError(self.foo)

Also, there's some minor PEP 8 nits in bzrlib/transport/sftp.py.

-Andrew.

-------------- next part --------------



More information about the bazaar mailing list