summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-08-08 07:12:35 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-08-08 07:12:35 +0300
commit5218f404b020452b05358a5c6e4cc01e3a0307d1 (patch)
tree17ac6cd3896f426c167aea526c76bd165a199d3b
parentfixed: SVN and HG moduels were broken (+/-1 array index) (diff)
downloadgit-prompt-5218f404b020452b05358a5c6e4cc01e3a0307d1.tar.gz
git-prompt-5218f404b020452b05358a5c6e4cc01e3a0307d1.tar.bz2
git-prompt-5218f404b020452b05358a5c6e4cc01e3a0307d1.zip
fixed: svn module - removed forgotten debug statement
-rwxr-xr-xgit-prompt.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-prompt.sh b/git-prompt.sh
index 9660e96..8b3f812 100755
--- a/git-prompt.sh
+++ b/git-prompt.sh
@@ -334,7 +334,6 @@ parse_svn_status() {
unset status modified added clean init added mixed untracked op detached
eval `svn status 2>/dev/null |
sed -n '
- s/^# modified: '"$file_regex"'/ [[ \" ${added_files[*]} \" =~ \" \1 \" ]] || added_files[${#added_files[@]}]=\"\1\"/p
s/^A \([^.].*\)/modified=modified; modified_files[${#modified_files[@]}]=\"\1\";/p
s/^M \([^.].*\)/modified=modified; modified_files[${#modified_files[@]}]=\"\1\";/p
s/^\? \([^.].*\)/untracked=untracked; untracked_files[${#untracked_files[@]}]=\"\1\";/p