##// END OF EJS Templates
test-convert-mtn: test descriptions with quotes
Patrick Mezard -
r6633:67a2d2d9 default
parent child Browse files
Show More
@@ -54,7 +54,7 b' echo e > e'
54 54 mtn add e
55 55 mtn drop dir/b
56 56 mtn mv bin bin2
57 mtn ci -m update2
57 mtn ci -m 'update2 "with" quotes'
58 58 # Test directory move
59 59 mtn mv dir dir2
60 60 mtn ci -m movedir
@@ -46,7 +46,7 b' assuming destination repo.mtn-hg'
46 46 scanning source...
47 47 sorting...
48 48 converting...
49 3 update2
49 3 update2 "with" quotes
50 50 2 movedir
51 51 1 emptydir
52 52 0 dropdirectory
@@ -57,7 +57,7 b' o 4 "emptydir" files: dir2/dir/subdir/f'
57 57 |
58 58 o 3 "movedir" files: dir/a dir2/a
59 59 |
60 o 2 "update2" files: bin bin2 dir/b e
60 o 2 "update2 "with" quotes" files: bin bin2 dir/b e
61 61 |
62 62 o 1 "update1" files: a bin c dir/a dir/b
63 63 |
General Comments 0
You need to be logged in to leave comments. Login now