Show More
@@ -1,69 +1,70 | |||
|
1 | 1 | # Files that just need to be migrated to the formatter. |
|
2 | 2 | # Do not add new files here! |
|
3 | 3 | mercurial/cext/dirs.c |
|
4 | 4 | mercurial/cext/manifest.c |
|
5 | 5 | mercurial/cext/osutil.c |
|
6 | 6 | mercurial/cext/revlog.c |
|
7 | 7 | # Vendored code that we should never format: |
|
8 | 8 | contrib/python-zstandard/c-ext/bufferutil.c |
|
9 | 9 | contrib/python-zstandard/c-ext/compressiondict.c |
|
10 | 10 | contrib/python-zstandard/c-ext/compressionparams.c |
|
11 | 11 | contrib/python-zstandard/c-ext/compressionwriter.c |
|
12 | 12 | contrib/python-zstandard/c-ext/compressobj.c |
|
13 | 13 | contrib/python-zstandard/c-ext/compressor.c |
|
14 | 14 | contrib/python-zstandard/c-ext/compressoriterator.c |
|
15 | 15 | contrib/python-zstandard/c-ext/constants.c |
|
16 | 16 | contrib/python-zstandard/c-ext/decompressionwriter.c |
|
17 | 17 | contrib/python-zstandard/c-ext/decompressobj.c |
|
18 | 18 | contrib/python-zstandard/c-ext/decompressor.c |
|
19 | 19 | contrib/python-zstandard/c-ext/decompressoriterator.c |
|
20 | 20 | contrib/python-zstandard/c-ext/frameparams.c |
|
21 | 21 | contrib/python-zstandard/c-ext/python-zstandard.h |
|
22 | 22 | contrib/python-zstandard/zstd.c |
|
23 | 23 | contrib/python-zstandard/zstd/common/bitstream.h |
|
24 | 24 | contrib/python-zstandard/zstd/common/entropy_common.c |
|
25 | 25 | contrib/python-zstandard/zstd/common/error_private.c |
|
26 | 26 | contrib/python-zstandard/zstd/common/error_private.h |
|
27 | 27 | contrib/python-zstandard/zstd/common/fse.h |
|
28 | 28 | contrib/python-zstandard/zstd/common/fse_decompress.c |
|
29 | 29 | contrib/python-zstandard/zstd/common/huf.h |
|
30 | 30 | contrib/python-zstandard/zstd/common/mem.h |
|
31 | 31 | contrib/python-zstandard/zstd/common/pool.c |
|
32 | 32 | contrib/python-zstandard/zstd/common/pool.h |
|
33 | 33 | contrib/python-zstandard/zstd/common/threading.c |
|
34 | 34 | contrib/python-zstandard/zstd/common/threading.h |
|
35 | 35 | contrib/python-zstandard/zstd/common/xxhash.c |
|
36 | 36 | contrib/python-zstandard/zstd/common/xxhash.h |
|
37 | 37 | contrib/python-zstandard/zstd/common/zstd_common.c |
|
38 | 38 | contrib/python-zstandard/zstd/common/zstd_errors.h |
|
39 | 39 | contrib/python-zstandard/zstd/common/zstd_internal.h |
|
40 | 40 | contrib/python-zstandard/zstd/compress/fse_compress.c |
|
41 | 41 | contrib/python-zstandard/zstd/compress/huf_compress.c |
|
42 | 42 | contrib/python-zstandard/zstd/compress/zstd_compress.c |
|
43 | 43 | contrib/python-zstandard/zstd/compress/zstd_opt.h |
|
44 | 44 | contrib/python-zstandard/zstd/compress/zstdmt_compress.c |
|
45 | 45 | contrib/python-zstandard/zstd/compress/zstdmt_compress.h |
|
46 | 46 | contrib/python-zstandard/zstd/decompress/huf_decompress.c |
|
47 | 47 | contrib/python-zstandard/zstd/decompress/zstd_decompress.c |
|
48 | 48 | contrib/python-zstandard/zstd/dictBuilder/cover.c |
|
49 | 49 | contrib/python-zstandard/zstd/dictBuilder/divsufsort.c |
|
50 | 50 | contrib/python-zstandard/zstd/dictBuilder/divsufsort.h |
|
51 | 51 | contrib/python-zstandard/zstd/dictBuilder/zdict.c |
|
52 | 52 | contrib/python-zstandard/zstd/dictBuilder/zdict.h |
|
53 | 53 | contrib/python-zstandard/zstd/zstd.h |
|
54 | 54 | hgext/fsmonitor/pywatchman/bser.c |
|
55 | 55 | mercurial/thirdparty/xdiff/xdiff.h |
|
56 | 56 | mercurial/thirdparty/xdiff/xdiffi.c |
|
57 | 57 | mercurial/thirdparty/xdiff/xdiffi.h |
|
58 | 58 | mercurial/thirdparty/xdiff/xemit.c |
|
59 | 59 | mercurial/thirdparty/xdiff/xemit.h |
|
60 | 60 | mercurial/thirdparty/xdiff/xhistogram.c |
|
61 | 61 | mercurial/thirdparty/xdiff/xinclude.h |
|
62 | 62 | mercurial/thirdparty/xdiff/xmacros.h |
|
63 | 63 | mercurial/thirdparty/xdiff/xmerge.c |
|
64 | 64 | mercurial/thirdparty/xdiff/xpatience.c |
|
65 | 65 | mercurial/thirdparty/xdiff/xprepare.c |
|
66 | 66 | mercurial/thirdparty/xdiff/xprepare.h |
|
67 | 67 | mercurial/thirdparty/xdiff/xtypes.h |
|
68 | 68 | mercurial/thirdparty/xdiff/xutils.c |
|
69 | 69 | mercurial/thirdparty/xdiff/xutils.h |
|
70 | mercurial/thirdparty/zope/interface/_zope_interface_coptimizations.c |
General Comments 0
You need to be logged in to leave comments.
Login now