Posted
about 9 years
ago
by
[email protected] (Marcus Lindblom Sonestedt)
Merged in firtina_unity/ml-hgext/firtina_unity/verbose-line-numbers-and-allow-specific--1446467114782 (pull request #9)
Verbose, line numbers, and allow specific files
|
Posted
about 9 years
ago
by
[email protected] (Firtina Ozbalikci)
dogfooding
checkfiles.py
|
Posted
about 9 years
ago
by
[email protected] (Firtina Ozbalikci)
Replace verbose?warn:note with ui_msg
checkfiles.py
|
Posted
about 9 years
ago
by
[email protected] (Firtina Ozbalikci)
Verbose, line numbers, and allow specific files
Verbose mode can go into e,g, .hgrc verbose = True
Line numbers are shown in output
Can use --file my/file.txt --file another/file.txt to check specific files
|
Posted
over 11 years
ago
Offer a flag check_ignores_CRLF (proposed fix for #21)
If flat is set to true, then the line endings in the file are ignored by
checkfiles (although if a line contains trailing whitespace AND a CRLF the
warning will mention the CRLF). If
|
Posted
over 12 years
ago
by
[email protected] (Marcus Lindblom Sonestedt)
Allow check_hook to be used as precommit hook (fixes #19)
|
Posted
over 12 years
ago
Added check_ignores_trailing_ws option
checkfiles.py
|
Posted
almost 13 years
ago
by
[email protected] (Anton Maklakov)
Options fixup_diff and --diff was added for fixup_hook and hg fixwhitespace
|
Posted
about 13 years
ago
checkfiles: add support for ignored_patterns (fixes #15)
|
Posted
over 13 years
ago
by
[email protected] (Marcus Lindblom Sonestedt)
checkfiles: Fix pretxnchangegroup for hg 1.9+ (fixes #14)
|