chiark / gitweb /
changelog: start 9.14
[dgit.git] / tests / tests / overwrite-junk
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-setup-import examplegit
6
7 cd example
8
9 suite=stable
10
11 t-commit 'No changes, just send to stable' '' stable
12
13 t-dgit -wgf build
14
15 (
16  : "make a bit of a wrongness, which we still want to be able to overwrite"
17  cd $tmp/git/$p.git; git tag -f $tagpfx/1.2 $tagpfx/1.1
18 )
19
20 t-dgit push --overwrite=1.2 stable
21
22 t-ok