chiark / gitweb /
changelog: start 7.1~
[dgit.git] / tests / tests / gdr-edits
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-dependencies GDR
6
7 t-tstunt-parsechangelog
8 t-setup-import gdr-convert-gbp
9
10 cd $p
11
12 v=2.0-3
13 t-dch-commit -v $v -m testing
14
15 t-git-debrebase analyse |tee ../anal.1
16 cat ../anal.1
17
18 t-some-changes edits
19
20 t-dch-commit-r
21
22 git tag t.before
23
24 t-git-debrebase
25 t-gdr-good laundered
26
27 t-dgit push-source
28 t-gdr-good pushed-interop
29
30 git branch before-noop
31
32 t-git-next-date
33 t-git-debrebase
34 t-git-debrebase stitch
35 t-gdr-good pushed-interop
36
37 t-refs-same-start
38 t-ref-same refs/heads/before-noop
39 t-ref-head
40
41 git checkout -b some-new-branch
42 t-some-changes 2nd-maintainer
43 t-dgit quilt-fixup
44 t-gdr-made-patches
45 #  NB quilt-fixup doesn't always manage to call gdr;
46 #  push does, since it will make the pseudomerge first
47
48 t-ok