Revert "Merge pull request #89 from fidian/optimize-vcs-type"

This reverts commit 082809bab2, reversing
changes made to 33429b3ca6.
This commit is contained in:
tlimoncelli@stackexchange.com
2015-06-16 17:11:22 -04:00
parent 082809bab2
commit 4466c202fb
4 changed files with 62 additions and 37 deletions

View File

@@ -9,6 +9,7 @@
set -e
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source "${blackbox_home}/_blackbox_common.sh"
_determine_vcs_base_and_type
unencrypted_file=$(get_unencrypted_filename "$1")
encrypted_file=$(get_encrypted_filename "$1")
@@ -31,4 +32,4 @@ vcs_remove "$BB_FILES"
vcs_commit "Removing from blackbox: ${unencrypted_file}"
echo "========== UPDATING VCS: DONE"
echo "Local repo updated. Please push when ready."
echo " $VCS_TYPE push"
echo " $(which_vcs) push"