X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frev_diff.sh;h=d74905c36734e0ffc363591de18aa5597dcde21c;hb=e603a8e96ad90207f2894e5fe45e04c7cce2fffc;hp=f09d72b1246bb468f6c8dfb2ee53dcc2027c78d4;hpb=55574e3dcb288006a5da6a5000014e340614414d;p=feisty_meow.git diff --git a/scripts/rev_control/rev_diff.sh b/scripts/rev_control/rev_diff.sh index f09d72b1..d74905c3 100644 --- a/scripts/rev_control/rev_diff.sh +++ b/scripts/rev_control/rev_diff.sh @@ -9,11 +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_diff +perform_revctrl_action_on_file "$tempfile" do_diff