comparison tests/test-mq-caches @ 3988:9dcf9d45cab8

Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Dec 2006 14:17:48 +0100
parents 89820e9b94f2
children a7af0eeae8a3
comparison
equal deleted inserted replaced
3987:c6f10448278f 3988:9dcf9d45cab8
59 hg qrefresh -m 'patch 2' 59 hg qrefresh -m 'patch 2'
60 show_branch_cache 1 60 show_branch_cache 1
61 61
62 echo 62 echo
63 echo '# removing the cache' 63 echo '# removing the cache'
64 rm -f .hg/branches.cache 64 rm .hg/branches.cache
65 show_branch_cache 1 65 show_branch_cache 1
66 66
67 echo 67 echo
68 echo '# importing rev 1 (the cache now ends in one of the patches)' 68 echo '# importing rev 1 (the cache now ends in one of the patches)'
69 hg qimport -r 1 -n p0 69 hg qimport -r 1 -n p0