comparison tests/test-bundle.t @ 40794:d5622dfe4ba3

cache: create `wcache` directory at init time The cache directory will be needed very quickly, so it seems simpler to create it early to make sure it has the same owner and permission than the other directory in the repository.
author Boris Feld <boris.feld@octobus.net>
date Thu, 15 Nov 2018 02:46:31 +0100
parents 808b762679cd
children 2c55fd1c1468
comparison
equal deleted inserted replaced
40793:64cdfcc73706 40794:d5622dfe4ba3
210 $ ls .hg 210 $ ls .hg
211 00changelog.i 211 00changelog.i
212 cache 212 cache
213 requires 213 requires
214 store 214 store
215 wcache
215 216
216 Pull ../full.hg into empty (with hook) 217 Pull ../full.hg into empty (with hook)
217 218
218 $ cat >> .hg/hgrc <<EOF 219 $ cat >> .hg/hgrc <<EOF
219 > [hooks] 220 > [hooks]