diff tests/test-patchbomb @ 7547:4949729ee9ee

python implementation of diffstat Implemented as two functions: diffstat, which yields lines of text, formatted as a usual diffstat output, and diffstatdata, which is called inside diffstat to do real performing and yield file names with appropriate data (numbers of added and removed lines).
author Alexander Solovyov <piranha@piranha.org.ua>
date Thu, 25 Dec 2008 10:48:24 +0200
parents 0b6428da1f22
children 1280934dd2dd
line wrap: on
line diff
--- a/tests/test-patchbomb	Sun Dec 28 19:59:42 2008 +0100
+++ b/tests/test-patchbomb	Thu Dec 25 10:48:24 2008 +0200
@@ -11,6 +11,8 @@
 echo "[extensions]" >> $HGRCPATH
 echo "patchbomb=" >> $HGRCPATH
 
+COLUMNS=80; export COLUMNS
+
 hg init t
 cd t
 echo a > a