comparison tests/test-rename @ 1514:faf46d810a85

avoid to copy more than one file to the same destination file
author Robin Farine <robin.farine@terminus.org>
date Tue, 08 Nov 2005 10:35:13 -0800
parents 5c3b93b244aa
children 3bd6d27cb81c
comparison
equal deleted inserted replaced
1513:5c3b93b244aa 1514:faf46d810a85
74 echo "# replace a symlink with a file" 74 echo "# replace a symlink with a file"
75 ln -s ba d1/ca 75 ln -s ba d1/ca
76 hg rename --force d1/ba d1/ca 76 hg rename --force d1/ba d1/ca
77 hg status 77 hg status
78 hg update -C 78 hg update -C
79
80 echo "# do not copy more than one source file to the same destination file"
81 mkdir d3
82 hg rename d1/* d2/* d3
83 hg status
84 hg update -C