From: Chris Koeritz Date: Sat, 4 Nov 2017 20:54:45 +0000 (-0400) Subject: making ver control sep lines bigger X-Git-Tag: 2.140.90~88 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=c92fbdb23ce934825f72027408a9012609cf2a86;p=feisty_meow.git making ver control sep lines bigger --- 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"