comparison tests/test-convert-svn-sink.t @ 17044:3dd6da761fff

tests: add missing path globbing for Windows in svn tests
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 27 Jun 2012 02:34:58 +0200
parents 0413f68da85c
children 2da47de36b6f
comparison
equal deleted inserted replaced
17043:6f89c3f0192d 17044:3dd6da761fff
47 converting... 47 converting...
48 1 add a file 48 1 add a file
49 0 modify a file 49 0 modify a file
50 $ svnupanddisplay a-hg-wc 2 50 $ svnupanddisplay a-hg-wc 2
51 2 1 test d1 51 2 1 test d1
52 2 1 test d1/d2 52 2 1 test d1/d2 (glob)
53 2 1 test d1/d2/b 53 2 1 test d1/d2/b (glob)
54 2 2 test . 54 2 2 test .
55 2 2 test a 55 2 2 test a
56 revision: 2 56 revision: 2
57 author: test 57 author: test
58 msg: modify a file 58 msg: modify a file
88 sorting... 88 sorting...
89 converting... 89 converting...
90 0 rename a file 90 0 rename a file
91 $ svnupanddisplay a-hg-wc 1 91 $ svnupanddisplay a-hg-wc 1
92 3 1 test d1 92 3 1 test d1
93 3 1 test d1/d2 93 3 1 test d1/d2 (glob)
94 3 1 test d1/d2/b 94 3 1 test d1/d2/b (glob)
95 3 3 test . 95 3 3 test .
96 3 3 test b 96 3 3 test b
97 revision: 3 97 revision: 3
98 author: test 98 author: test
99 msg: rename a file 99 msg: rename a file
123 sorting... 123 sorting...
124 converting... 124 converting...
125 0 copy a file 125 0 copy a file
126 $ svnupanddisplay a-hg-wc 1 126 $ svnupanddisplay a-hg-wc 1
127 4 1 test d1 127 4 1 test d1
128 4 1 test d1/d2 128 4 1 test d1/d2 (glob)
129 4 1 test d1/d2/b 129 4 1 test d1/d2/b (glob)
130 4 3 test b 130 4 3 test b
131 4 4 test . 131 4 4 test .
132 4 4 test c 132 4 4 test c
133 revision: 4 133 revision: 4
134 author: test 134 author: test
160 sorting... 160 sorting...
161 converting... 161 converting...
162 0 remove a file 162 0 remove a file
163 $ svnupanddisplay a-hg-wc 1 163 $ svnupanddisplay a-hg-wc 1
164 5 1 test d1 164 5 1 test d1
165 5 1 test d1/d2 165 5 1 test d1/d2 (glob)
166 5 1 test d1/d2/b 166 5 1 test d1/d2/b (glob)
167 5 4 test c 167 5 4 test c
168 5 5 test . 168 5 5 test .
169 revision: 5 169 revision: 5
170 author: test 170 author: test
171 msg: remove a file 171 msg: remove a file
202 sorting... 202 sorting...
203 converting... 203 converting...
204 0 make a file executable 204 0 make a file executable
205 $ svnupanddisplay a-hg-wc 1 205 $ svnupanddisplay a-hg-wc 1
206 6 1 test d1 206 6 1 test d1
207 6 1 test d1/d2 207 6 1 test d1/d2 (glob)
208 6 1 test d1/d2/b 208 6 1 test d1/d2/b (glob)
209 6 6 test . 209 6 6 test .
210 6 6 test c 210 6 6 test c
211 revision: 6 211 revision: 6
212 author: test 212 author: test
213 msg: make a file executable 213 msg: make a file executable
274 converting... 274 converting...
275 0 add executable file in new directory 275 0 add executable file in new directory
276 $ svnupanddisplay a-hg-wc 1 276 $ svnupanddisplay a-hg-wc 1
277 1 1 test . 277 1 1 test .
278 1 1 test d1 278 1 1 test d1
279 1 1 test d1/a 279 1 1 test d1/a (glob)
280 revision: 1 280 revision: 1
281 author: test 281 author: test
282 msg: add executable file in new directory 282 msg: add executable file in new directory
283 A /d1 283 A /d1
284 A /d1/a 284 A /d1/a
299 sorting... 299 sorting...
300 converting... 300 converting...
301 0 copy file to new directory 301 0 copy file to new directory
302 $ svnupanddisplay a-hg-wc 1 302 $ svnupanddisplay a-hg-wc 1
303 2 1 test d1 303 2 1 test d1
304 2 1 test d1/a 304 2 1 test d1/a (glob)
305 2 2 test . 305 2 2 test .
306 2 2 test d2 306 2 2 test d2
307 2 2 test d2/a 307 2 2 test d2/a (glob)
308 revision: 2 308 revision: 2
309 author: test 309 author: test
310 msg: copy file to new directory 310 msg: copy file to new directory
311 A /d2 311 A /d2
312 A /d2/a (from /d1/a@1) 312 A /d2/a (from /d1/a@1)