summaryrefslogtreecommitdiffstats
path: root/WebKitTools/EWSTools/start-commit-queue.sh
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/EWSTools/start-commit-queue.sh')
-rwxr-xr-xWebKitTools/EWSTools/start-commit-queue.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKitTools/EWSTools/start-commit-queue.sh b/WebKitTools/EWSTools/start-commit-queue.sh
index 998300e..c55029a 100755
--- a/WebKitTools/EWSTools/start-commit-queue.sh
+++ b/WebKitTools/EWSTools/start-commit-queue.sh
@@ -30,8 +30,9 @@
cd "$HOME/Projects/CommitQueue"
while :
do
- git reset --hard
+ git reset --hard trunk
git clean -f
+ git rebase --abort
git svn rebase
./WebKitTools/Scripts/webkit-patch commit-queue --no-confirm --exit-after-iteration 10
done