chiark / gitweb /
test suite: gbp2gdr: drop some branches we do not want here
[dgit.git] / tests / setup / gbp2gdr
index 2317db62b56291768f02deff4a7b52e558a56248..3cbc43a8ac56ef6f853c7b57d5edf74cd97e1236 100755 (executable)
@@ -48,6 +48,16 @@ git archive -o ../$ust --prefix=example-2.0/ make-upstream
 git branch -D master
 git branch -m quilt-tip master
 
+for b in \
+               quilt-tip-2             \
+               gitish-only             \
+               quilt-tip-1.1           \
+               patch-queue/quilt-tip   \
+               indep-arch              \
+; do
+       git branch -D $b
+done
+
 : 'see what gbp import-orig does'
 git checkout master
 gbp import-orig --upstream-version=2.0 ../$ust