Mercurial > hg-stable
changeset 6633:67a2d2d9bf21
test-convert-mtn: test descriptions with quotes
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 02 Jun 2008 21:38:52 +0200 |
parents | aa3f61884a48 |
children | d6caebe9c293 635541b970e5 |
files | tests/test-convert-mtn tests/test-convert-mtn.out |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-mtn Fri May 16 00:48:23 2008 -0700 +++ b/tests/test-convert-mtn Mon Jun 02 21:38:52 2008 +0200 @@ -54,7 +54,7 @@ mtn add e mtn drop dir/b mtn mv bin bin2 -mtn ci -m update2 +mtn ci -m 'update2 "with" quotes' # Test directory move mtn mv dir dir2 mtn ci -m movedir
--- a/tests/test-convert-mtn.out Fri May 16 00:48:23 2008 -0700 +++ b/tests/test-convert-mtn.out Mon Jun 02 21:38:52 2008 +0200 @@ -46,7 +46,7 @@ scanning source... sorting... converting... -3 update2 +3 update2 "with" quotes 2 movedir 1 emptydir 0 dropdirectory @@ -57,7 +57,7 @@ | o 3 "movedir" files: dir/a dir2/a | -o 2 "update2" files: bin bin2 dir/b e +o 2 "update2 "with" quotes" files: bin bin2 dir/b e | o 1 "update1" files: a bin c dir/a dir/b |