X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frev_diff.sh;fp=scripts%2Frev_control%2Frev_diff.sh;h=0000000000000000000000000000000000000000;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=9f04b069aeff19ae101f6ca7ecd9546be52fb38a;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/scripts/rev_control/rev_diff.sh b/scripts/rev_control/rev_diff.sh deleted file mode 100644 index 9f04b069..00000000 --- a/scripts/rev_control/rev_diff.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -# does differences on a set of folders checked out from subversion or git. -# this can take a directory as parameter, but will default to the current -# working directory. all the directories under the passed directory will -# be examined. - -dir="$1"; shift -if [ -z "$dir" ]; then - dir=. -fi - -source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh" - -pushd "$dir" &>/dev/null -tempfile=$(generate_rev_ctrl_filelist) -popd &>/dev/null - -perform_revctrl_action_on_file "$tempfile" do_diff -