[PATCH] Add support for bzr diff to the "patch" bzrtool command

Robert Collins robertc at robertcollins.net
Sat Mar 4 01:22:53 GMT 2006


On Fri, 2006-03-03 at 22:33 +0100, Goffredo Baroncelli wrote:
> === modified file '__init__.py'
> --- __init__.py 
> +++ __init__.py 
> +
> +class BzrTagProc:
> +    """This class handle the additional bazaar diff tags
> +
> +        TODO:
> +          error handling
> +    """
> +    def __init__(self):
> +        self.renamed = None

PEP8:
class BzrTagProc:
    """...

    ....
    """

    def __init__(self):

That is - a blank line after the docstring. The class name could be
clearer too.

+1 otherwise.

Rob


-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060304/0603e1c9/attachment.pgp 


More information about the bazaar mailing list