##// END OF EJS Templates
narrow: add progress-reporting when looking for local changes in `hg tracked`...
narrow: add progress-reporting when looking for local changes in `hg tracked` Looking for local changes (changes not on the given remote) can take a long time, so we should have progress-reporting for it. Differential Revision: https://phab.mercurial-scm.org/D10501

File last commit:

r47090:e92ca942 default
r47799:124fe940 default
Show More
clang-format-ignorelist
12 lines | 367 B | text/plain | TextLexer
/ contrib / clang-format-ignorelist
Gregory Szorc
contrib: rename clang-format-blacklist to clang-format-ignorelist...
r37201 # Files that just need to be migrated to the formatter.
# Do not add new files here!
mercurial/cext/manifest.c
mercurial/cext/osutil.c
# Vendored code that we should never format:
Kyle Lippincott
fix: convert clang-format-ignorelist to use wildcards...
r44489 syntax: glob
contrib/python-zstandard/**.c
contrib/python-zstandard/**.h
hgext/fsmonitor/pywatchman/**.c
mercurial/thirdparty/**.c
mercurial/thirdparty/**.h
Victor Stinner
cext: add Python 3.10 support...
r47090 mercurial/pythoncapi_compat.h