[PATCH 0 of 9] hgk: further improvements

Andrew Shadura bugzilla at tut.by
Fri Mar 22 17:49:21 CDT 2013


Hello,

On Fri, 22 Mar 2013 17:43:43 -0500
Sean Farley <sean.michael.farley at gmail.com> wrote:

> --- /home/sean/projects/hg/tests/test-check-pyflakes.t
> +++ /home/sean/projects/hg/tests/test-check-pyflakes.t.err
> @@ -1,6 +1,7 @@
>    $ "$TESTDIR/hghave" pyflakes || exit 80
>    $ cd "`dirname "$TESTDIR"`"
>    $ pyflakes mercurial hgext 2>&1 | "$TESTDIR/filterpyflakes.py"
> -  hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used;
> unable to detect undefined names (glob)
> +  hgext/hgk.py:38: 'phases' imported but unused
> +  hgext/inotify/linux/__init__.py:22: 'from _inotify import *' used;
> unable to detect undefined names

Well, yes, probably phases can be dropped from imports. It used to be
needed, but it seems it's not now.

-- 
WBR, Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20130322/480a05cf/attachment.pgp>


More information about the Mercurial-devel mailing list