hg 3.0rc 1 test failed

Yuya Nishihara yuya at tcha.org
Thu May 1 01:45:07 CDT 2014


On Wed, 30 Apr 2014 12:58:15 -0500, Matt Mackall wrote:
> On Wed, 2014-04-30 at 13:53 -0400, Neal Becker wrote:
> > Looks like I have pyflakes-0.7.3
> 
> Same here, test passes.
> 
> Can you try running pyflakes manually against one of the listed files:
> 
> > >>     $ hg manifest 2>/dev/null | egrep "\.py$|^[^.]*$" | grep -v
> > >> /random_seed$ \
> > >>     > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"

> > >> -  contrib/win32/hgwebdir_wsgi.py:*: 'win32traceutil' imported but
> > >> unused (glob)
> > >> -  setup.py:*: 'sha' imported but unused (glob)
> > >> -  setup.py:*: 'zlib' imported but unused (glob)
> > >> -  setup.py:*: 'bz2' imported but unused (glob)
> > >> -  setup.py:*: 'py2exe' imported but unused (glob)
> > >> -  tests/hghave.py:*: '_lsprof' imported but unused (glob)
> > >> -  tests/hghave.py:*: 'publish_cmdline' imported but unused (glob)
> > >> -  tests/hghave.py:*: 'pygments' imported but unused (glob)
> > >> -  tests/hghave.py:*: 'ssl' imported but unused (glob)
> > >> -  contrib/win32/hgwebdir_wsgi.py:93: 'from isapi.install import *'

It fails with release tarball because of "hg manifest".

Regards,


More information about the Mercurial-devel mailing list