From c92fbdb23ce934825f72027408a9012609cf2a86 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 4 Nov 2017 16:54:45 -0400 Subject: [PATCH] making ver control sep lines bigger --- scripts/rev_control/version_control.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 091d02bb..8c1fbf27 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -246,14 +246,14 @@ function checkin_list() # yep, this path is absolute. just handle it directly. if [ ! -d "$outer" ]; then continue; fi do_checkin $outer - sep 7 + sep 28 else for inner in $list; do # add in the directory component to see if we can find the folder. local path="$inner/$outer" if [ ! -d "$path" ]; then continue; fi do_checkin $path - sep 7 + sep 28 done fi done @@ -342,14 +342,14 @@ function checkout_list() # yep, this path is absolute. just handle it directly. if [ ! -d "$outer" ]; then continue; fi do_update $outer - sep 7 + sep 28 else for inner in $list; do # add in the directory component to see if we can find the folder. local path="$inner/$outer" if [ ! -d "$path" ]; then continue; fi do_update $path - sep 7 + sep 28 done fi done @@ -393,7 +393,7 @@ function perform_revctrl_action_on_file() pushd "$dirname" &>/dev/null echo "[$(pwd)]" $action . - sep 7 + sep 28 popd &>/dev/null done 3<"$tempfile" -- 2.34.1