[PATCH] zstd: vendor python-zstandard 0.7.0

Augie Fackler raf at durin42.com
Thu Feb 9 21:51:23 EST 2017


On Tue, Feb 07, 2017 at 11:25:35PM -0800, Gregory Szorc wrote:
> # HG changeset patch
> # User Gregory Szorc <gregory.szorc at gmail.com>
> # Date 1486538687 28800
> #      Tue Feb 07 23:24:47 2017 -0800
> # Node ID 56db55cfb5c51ccc565f67191cb1540cbf9b329f
> # Parent  a68510b69f413545722c086eaeb840dd5e8305b4
> zstd: vendor python-zstandard 0.7.0

Queued this, thanks.

I added this patch just before yours:

# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1486694672 18000
#      Thu Feb 09 21:44:32 2017 -0500
# Node ID 07d8f1b33977fdc5d42ecbe54a11c1e29c28103d
# Parent  c2b2cce8af87e9fb2b8804348c574164acffb8c6
tests: exclude python-zstandard from pyflakes analysis

diff --git a/tests/test-check-pyflakes.t b/tests/test-check-pyflakes.t
--- a/tests/test-check-pyflakes.t
+++ b/tests/test-check-pyflakes.t
@@ -7,9 +7,8 @@ run pyflakes on all tracked files ending
 (skipping binary file random-seed)
 
   $ hg locate 'set:**.py or grep("^#!.*python")' -X hgext/fsmonitor/pywatchman \
-  > -X mercurial/pycompat.py \
+  > -X mercurial/pycompat.py -X contrib/python-zstandard \
   > 2>/dev/null \
   > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
-  contrib/python-zstandard/tests/test_data_structures.py:107: local variable 'size' is assigned to but never used
   tests/filterpyflakes.py:39: undefined name 'undefinedname'
   



More information about the Mercurial-devel mailing list