aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorMike McQuaid2013-01-26 12:43:41 +0000
committerMike McQuaid2013-01-26 12:43:41 +0000
commit7120f47f6c05e243f945e862d3171fd4d2eb40bb (patch)
tree4c591d518d353a327578f7466823bd38923e4813 /Library/Contributions
parent293be41d5c83b972f1fafe00c32412cb6e46697b (diff)
downloadbrew-7120f47f6c05e243f945e862d3171fd4d2eb40bb.tar.bz2
brew-test-bot: don't use stash --all; too new.
Diffstat (limited to 'Library/Contributions')
-rwxr-xr-xLibrary/Contributions/cmds/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmds/brew-test-bot.rb
index 83c00b1f6..fde532ef2 100755
--- a/Library/Contributions/cmds/brew-test-bot.rb
+++ b/Library/Contributions/cmds/brew-test-bot.rb
@@ -216,7 +216,7 @@ class Test
def cleanup_before
@category = __method__
return unless ARGV.include? '--cleanup'
- git 'stash --all'
+ git 'stash'
git 'am --abort 2>/dev/null'
git 'rebase --abort 2>/dev/null'
git 'reset --hard'