squashing more of the crs so we don't have long lists in rev_checkin.
[feisty_meow.git] / scripts / rev_control / version_control.sh
index 8314be5e79d0cf821dbdff8eab7cc09243700fb3..250812e24b380a5dc578e6872c0300dc51e7d600 100644 (file)
@@ -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