3
I Use This!
Activity Not Available

News

Posted over 8 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 ... [More] checkfiles.py [Less]
Posted over 8 years ago by [email protected] (Firtina Ozbalikci)
dogfooding checkfiles.py ... [More] [Less]
Posted over 8 years ago by [email protected] (Firtina Ozbalikci)
Replace verbose?warn:note with ui_msg checkfiles.py ... [More] [Less]
Posted over 8 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 ... [More] checkfiles.py [Less]
Posted almost 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 ... [More] it is set of false, then any CRLF in the file will cause a warning in checkfiles. Similarly, for fixup_hook and fixwhitespace, if check_ignores_CRLF is true, the file line endings are preserved, and if it is false then the file line endings are converted to '\n' only. checkfiles.py [Less]
Posted over 11 years ago by [email protected] (Marcus Lindblom Sonestedt)
Allow check_hook to be used as precommit hook (fixes #19) ... [More] checkfiles.py [Less]
Posted almost 12 years ago
Added check_ignores_trailing_ws option checkfiles.py ... [More] [Less]
Posted about 12 years ago by [email protected] (Anton Maklakov)
Options fixup_diff and --diff was added for fixup_hook and hg fixwhitespace ... [More] checkfiles.py [Less]
Posted over 12 years ago
checkfiles: add support for ignored_patterns (fixes #15) ... [More] checkfiles.py [Less]
Posted over 12 years ago by [email protected] (Marcus Lindblom Sonestedt)
checkfiles: Fix pretxnchangegroup for hg 1.9+ (fixes #14) ... [More] checkfiles.py [Less]