diff scripts/whitespacecleanup.sh @ 8295:8d663d23ab85

scripts: make output from run-all-cleanup easier to parse Make it clear that it didn't end prematurely due to some invisible problem.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 12 Mar 2020 23:21:01 +0100
parents 5b1f43027662
children bf85e6018daa
line wrap: on
line diff
--- a/scripts/whitespacecleanup.sh	Thu Mar 12 17:07:28 2020 +0100
+++ b/scripts/whitespacecleanup.sh	Thu Mar 12 23:21:01 2020 +0100
@@ -20,4 +20,5 @@
 # isort is installed from dev_requirements.txt
 hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs isort --line-width 160 --lines-after-imports 2
 
+echo "diff after $0:"
 hg diff