~larry-e-works/uci-engine/amqp-to-kombu

« back to all changes in this revision

Viewing changes to cupstream2distro/tests/mocks/offline/data/bzr_log_simple

  • Committer: Francis Ginther
  • Date: 2014-06-10 20:42:46 UTC
  • mto: This revision was merged to the branch mainline in revision 571.
  • Revision ID: francis.ginther@canonical.com-20140610204246-b1bsrik7nlcolqy7
Import lp:cupstream2distro rev 605.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
------------------------------------------------------------
 
2
revno: 3
 
3
committer: Didier Roche <didrocks@ubuntu.com>
 
4
branch nick: foo
 
5
timestamp: Sun 2013-02-17 17:19:12 +0100
 
6
message:
 
7
  add fake code to foo project
 
8
diff:
 
9
=== added file 'CMakeLists.txt'
 
10
--- CMakeLists.txt      1970-01-01 00:00:00 +0000
 
11
+++ CMakeLists.txt      2013-02-17 16:19:12 +0000
 
12
@@ -0,0 +1,1 @@
 
13
+Fake cmakerie on root dir
 
14
 
 
15
=== added file 'Makefile.am'
 
16
--- Makefile.am 1970-01-01 00:00:00 +0000
 
17
+++ Makefile.am 2013-02-17 16:19:12 +0000
 
18
@@ -0,0 +1,1 @@
 
19
+Fake Makefile in root
 
20
 
 
21
=== added file 'configure'
 
22
--- configure   1970-01-01 00:00:00 +0000
 
23
+++ configure   2013-02-17 16:19:12 +0000
 
24
@@ -0,0 +1,1 @@
 
25
+And a fake configure
 
26
 
 
27
=== added file 'configure.ac'
 
28
--- configure.ac        1970-01-01 00:00:00 +0000
 
29
+++ configure.ac        2013-02-17 16:19:12 +0000
 
30
@@ -0,0 +1,1 @@
 
31
+Fake configure.ac
 
32
 
 
33
=== added file 'setup.py'
 
34
--- setup.py    1970-01-01 00:00:00 +0000
 
35
+++ setup.py    2013-02-17 16:19:12 +0000
 
36
@@ -0,0 +1,1 @@
 
37
+Fake setup
 
38
 
 
39
=== added directory 'src'
 
40
=== added file 'src/CMakeLists.txt'
 
41
--- src/CMakeLists.txt  1970-01-01 00:00:00 +0000
 
42
+++ src/CMakeLists.txt  2013-02-17 16:19:12 +0000
 
43
@@ -0,0 +1,1 @@
 
44
+Fake cmakerie on src dir
 
45
 
 
46
=== added file 'src/Makefile.am'
 
47
--- src/Makefile.am     1970-01-01 00:00:00 +0000
 
48
+++ src/Makefile.am     2013-02-17 16:19:12 +0000
 
49
@@ -0,0 +1,1 @@
 
50
+Fake Makefile in src
 
51
 
 
52
=== added file 'src/real_source.c'
 
53
--- src/real_source.c   1970-01-01 00:00:00 +0000
 
54
+++ src/real_source.c   2013-02-17 16:19:12 +0000
 
55
@@ -0,0 +1,1 @@
 
56
+A real source file
 
57
------------------------------------------------------------
 
58
revno: 4
 
59
committer: Didier Roche <didrocks@ubuntu.com>
 
60
branch nick: foo
 
61
timestamp: Sun 2013-02-17 17:23:30 +0100
 
62
message:
 
63
  add a trivial packaging change
 
64
diff:
 
65
=== modified file 'debian/install'
 
66
--- debian/install      2013-02-17 16:16:54 +0000
 
67
+++ debian/install      2013-02-17 16:23:30 +0000
 
68
@@ -1,1 +1,3 @@
 
69
 dummy install file, do you want to install anything from it?
 
70
+
 
71
+Trivial packaging change
 
72
------------------------------------------------------------
 
73
revno: 5
 
74
committer: Didier Roche <didrocks@ubuntu.com>
 
75
branch nick: foo
 
76
timestamp: Sun 2013-02-17 17:24:21 +0100
 
77
message:
 
78
  Add a foo message
 
79
diff:
 
80
=== modified file 'debian/changelog'
 
81
--- debian/changelog    2013-02-17 16:16:54 +0000
 
82
+++ debian/changelog    2013-02-17 16:24:21 +0000
 
83
@@ -1,3 +1,9 @@
 
84
+foo (42.0daily83.09.13-0ubuntu2) UNRELEASED; urgency=low
 
85
+
 
86
+  * Add a foo message
 
87
+
 
88
+ -- Didier Roche <did@rocks.frm>  Sun, 17 Feb 2013 17:23:34 +0100
 
89
+
 
90
 foo (42.0daily83.09.13-0ubuntu1) raring; urgency=low
 
91
 
 
92
   * We snapshotted it for please
 
93
------------------------------------------------------------
 
94
revno: 6
 
95
committer: Didier Roche <didrocks@ubuntu.com>
 
96
branch nick: foo
 
97
timestamp: Sun 2013-02-17 17:25:36 +0100
 
98
message:
 
99
  add some upstream changes
 
100
diff:
 
101
=== modified file 'CMakeLists.txt'
 
102
--- CMakeLists.txt      2013-02-17 16:19:12 +0000
 
103
+++ CMakeLists.txt      2013-02-17 16:25:36 +0000
 
104
@@ -1,1 +1,3 @@
 
105
 Fake cmakerie on root dir
 
106
+
 
107
+Change here
 
108
 
 
109
=== modified file 'Makefile.am'
 
110
--- Makefile.am 2013-02-17 16:19:12 +0000
 
111
+++ Makefile.am 2013-02-17 16:25:36 +0000
 
112
@@ -1,1 +1,3 @@
 
113
 Fake Makefile in root
 
114
+
 
115
+Change here
 
116
 
 
117
=== added file 'bar'
 
118
--- bar 1970-01-01 00:00:00 +0000
 
119
+++ bar 2013-02-17 16:25:36 +0000
 
120
@@ -0,0 +1,1 @@
 
121
+New file here
 
122
 
 
123
=== modified file 'configure'
 
124
--- configure   2013-02-17 16:19:12 +0000
 
125
+++ configure   2013-02-17 16:25:36 +0000
 
126
@@ -1,1 +1,3 @@
 
127
 And a fake configure
 
128
+
 
129
+Change here
 
130
 
 
131
=== modified file 'configure.ac'
 
132
--- configure.ac        2013-02-17 16:19:12 +0000
 
133
+++ configure.ac        2013-02-17 16:25:36 +0000
 
134
@@ -1,1 +1,3 @@
 
135
 Fake configure.ac
 
136
+
 
137
+Change here
 
138
 
 
139
=== modified file 'foo'
 
140
--- foo 2013-01-07 11:27:37 +0000
 
141
+++ foo 2013-02-17 16:25:36 +0000
 
142
@@ -0,0 +1,1 @@
 
143
+Change here
 
144
 
 
145
=== modified file 'setup.py'
 
146
--- setup.py    2013-02-17 16:19:12 +0000
 
147
+++ setup.py    2013-02-17 16:25:36 +0000
 
148
@@ -1,1 +1,3 @@
 
149
 Fake setup
 
150
+
 
151
+Change here
 
152
 
 
153
=== modified file 'src/CMakeLists.txt'
 
154
--- src/CMakeLists.txt  2013-02-17 16:19:12 +0000
 
155
+++ src/CMakeLists.txt  2013-02-17 16:25:36 +0000
 
156
@@ -1,1 +1,3 @@
 
157
 Fake cmakerie on src dir
 
158
+
 
159
+Change here
 
160
 
 
161
=== modified file 'src/Makefile.am'
 
162
--- src/Makefile.am     2013-02-17 16:19:12 +0000
 
163
+++ src/Makefile.am     2013-02-17 16:25:36 +0000
 
164
@@ -1,1 +1,3 @@
 
165
 Fake Makefile in src
 
166
+
 
167
+Change here
 
168
 
 
169
=== modified file 'src/real_source.c'
 
170
--- src/real_source.c   2013-02-17 16:19:12 +0000
 
171
+++ src/real_source.c   2013-02-17 16:25:36 +0000
 
172
@@ -1,1 +1,3 @@
 
173
 A real source file
 
174
+
 
175
+Change here
 
176
------------------------------------------------------------
 
177
revno: 7
 
178
committer: Didier Roche <didrocks@ubuntu.com>
 
179
branch nick: foo
 
180
timestamp: Sun 2013-02-17 19:05:42 +0000
 
181
message:
 
182
  add some bugs to the changelog for one person
 
183
diff:
 
184
=== modified file 'debian/changelog'
 
185
--- debian/changelog    2013-02-17 16:24:21 +0000
 
186
+++ debian/changelog    2013-02-17 19:05:42 +0000
 
187
@@ -1,6 +1,10 @@
 
188
 foo (42.0daily83.09.13-0ubuntu2) UNRELEASED; urgency=low
 
189
 
 
190
   * Add a foo message
 
191
+  * Fixed some bug LP: #12345
 
192
+  * Some other bug LP: 23456
 
193
+  * But don't count bug #98765 nor LP #87654
 
194
+  * Finally, you should get those two: (LP: #56789, #67890)
 
195
 
 
196
  -- Didier Roche <did@rocks.frm>  Sun, 17 Feb 2013 17:23:34 +0100
 
197
------------------------------------------------------------
 
198
revno: 8
 
199
committer: Didier Roche <didrocks@ubuntu.com>
 
200
branch nick: foo
 
201
timestamp: Sun 2013-02-17 19:06:42 +0000
 
202
message:
 
203
  another bug added by someone else
 
204
diff:
 
205
=== modified file 'debian/changelog'
 
206
--- debian/changelog    2013-02-17 19:05:42 +0000
 
207
+++ debian/changelog    2013-02-17 19:06:42 +0000
 
208
@@ -1,12 +1,16 @@
 
209
 foo (42.0daily83.09.13-0ubuntu2) UNRELEASED; urgency=low
 
210
 
 
211
+  [ Didier Roche ]
 
212
   * Add a foo message
 
213
   * Fixed some bug LP: #12345
 
214
   * Some other bug LP: 23456
 
215
   * But don't count bug #98765 nor LP #87654
 
216
   * Finally, you should get those two: (LP: #56789, #67890)
 
217
 
 
218
- -- Didier Roche <did@rocks.frm>  Sun, 17 Feb 2013 17:23:34 +0100
 
219
+  [ Rocks Did ]
 
220
+  * Another bug from another contestant: LP: #34567
 
221
+
 
222
+ -- Rocks Did <didrocks@ubuntu.com>  Sun, 17 Feb 2013 19:06:09 +0000
 
223
 
 
224
 foo (42.0daily83.09.13-0ubuntu1) raring; urgency=low