X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frev_checkin.sh;h=cfb72c294e384f1fc49f6ba1833cdaf732ba5f7b;hb=e603a8e96ad90207f2894e5fe45e04c7cce2fffc;hp=8bf58db8fd4620c38df903e432ea5812127fd8b7;hpb=402aa5fff8715eac34d9e7d45402a46013a1388b;p=feisty_meow.git diff --git a/scripts/rev_control/rev_checkin.sh b/scripts/rev_control/rev_checkin.sh index 8bf58db8..cfb72c29 100644 --- a/scripts/rev_control/rev_checkin.sh +++ b/scripts/rev_control/rev_checkin.sh @@ -9,9 +9,12 @@ if [ -z "$dir" ]; then dir=. fi +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh" +pushd "$dir" &>/dev/null tempfile=$(generate_rev_ctrl_filelist) +popd &>/dev/null -perform_action_on_file "$tempfile" do_checkin +perform_revctrl_action_on_file "$tempfile" do_checkin