From b0dc4fac8584aa6c39224145a67be257a7f3c3cc Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 24 May 2014 10:19:15 -0400 Subject: [PATCH] squashing more of the crs so we don't have long lists in rev_checkin. --- scripts/rev_control/version_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 8314be5e..250812e2 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -191,7 +191,7 @@ function squash_first_few_crs() i=0 while read line; do i=$((i+1)) - if [ $i -le 3 ]; then + if [ $i -le 5 ]; then echo -n "$line " else echo $line -- 2.34.1