Revert "Test that new scm can be added and rolled out"

This reverts commit 0dc8257ba2.
This commit is contained in:
Nathan Broadbent
2011-10-19 18:10:47 +08:00
parent 0dc8257ba2
commit c51b2934e0
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ update_scm_breeze() {
_create_or_patch_scmbrc() {
# Create or attempt to patch '~/.*.scmbrc' files.
patchfile=$(mktemp)
for scm in git svn; do
for scm in git; do
# Create file from example if it doesn't already exist
if ! [ -e "$HOME/.$scm.scmbrc" ]; then
cp "$HOME/.scm_breeze/$scm.scmbrc.example" "$HOME/.$scm.scmbrc"