naming fixes, terminal title fixes
[feisty_meow.git] / scripts / rev_control / svnapply.sh
index 32ce85aa2375cd8e4b7565264cb64b64b0512db8..2c4d2f0765eabba0eae96e366352a327c1c5c4ee 100644 (file)
 # http://stackoverflow.com/questions/160104/how-do-you-add-all-untracked-files-in-svn-something-like-git-add-i
 #
 
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+
+save_terminal_title
+
 PATTERN="$1"; shift
 
 svn st | egrep "^\\${PATTERN}[ ]+" | \
@@ -22,3 +26,5 @@ svn st | egrep "^\\${PATTERN}[ ]+" | \
   sed -e "s|\\\\|/|g" | \
   xargs -i "$@" '{}'
 
+restore_terminal_title
+