Test that new scm can be added and rolled out

This commit is contained in:
Nathan Broadbent
2011-10-19 18:09:46 +08:00
parent 7328c32b9a
commit 0dc8257ba2
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; do
for scm in git svn; 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"

0
svn.scmbrc.example Normal file
View File