comparison tests/test-clone @ 11295:07e425d63dbd

tests: use --debug on test-clone
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 03 Jun 2010 13:58:00 +0200
parents 2770d03ae49f
children be5e86c80628
comparison
equal deleted inserted replaced
11294:7b5d05e0fb1e 11295:07e425d63dbd
27 cd ../b 27 cd ../b
28 cat a 28 cat a
29 hg verify 29 hg verify
30 30
31 echo 31 echo
32 echo % no update 32 echo % no update, with debug option
33 hg clone -U . ../c 33 hg --debug clone -U . ../c
34 cd ../c 34 cd ../c
35 cat a 2>/dev/null || echo "a not present" 35 cat a 2>/dev/null || echo "a not present"
36 hg verify 36 hg verify
37 37
38 echo 38 echo