comparison tests/test-clone @ 1948:ebe273a16048

merge with crew/templates
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 13 Mar 2006 23:38:14 +0100
parents ba198d17eea9
children 76c4cadb49fc
comparison
equal deleted inserted replaced
1946:9fee186f7f0d 1948:ebe273a16048
14 hg verify 14 hg verify
15 15
16 # No update 16 # No update
17 hg clone -U . ../c 17 hg clone -U . ../c
18 cd ../c 18 cd ../c
19 cat a 19 cat a 2>/dev/null || echo "a not present"
20 hg verify 20 hg verify
21 21
22 # Default destination 22 # Default destination
23 mkdir ../d 23 mkdir ../d
24 cd ../d 24 cd ../d