Show More
@@ -960,6 +960,7 b' Check that corrupted hidden cache does n' | |||||
960 | $ hg log -r . -T '{node}' --debug |
|
960 | $ hg log -r . -T '{node}' --debug | |
961 | 8fd96dfc63e51ed5a8af1bec18eb4b19dbf83812 (no-eol) |
|
961 | 8fd96dfc63e51ed5a8af1bec18eb4b19dbf83812 (no-eol) | |
962 |
|
962 | |||
|
963 | #if unix-permissions | |||
963 | Check that wrong hidden cache permission does not crash |
|
964 | Check that wrong hidden cache permission does not crash | |
964 |
|
965 | |||
965 | $ chmod 000 .hg/cache/hidden |
|
966 | $ chmod 000 .hg/cache/hidden | |
@@ -967,6 +968,7 b' Check that wrong hidden cache permission' | |||||
967 | cannot read hidden cache |
|
968 | cannot read hidden cache | |
968 | error writing hidden changesets cache |
|
969 | error writing hidden changesets cache | |
969 | 8fd96dfc63e51ed5a8af1bec18eb4b19dbf83812 (no-eol) |
|
970 | 8fd96dfc63e51ed5a8af1bec18eb4b19dbf83812 (no-eol) | |
|
971 | #endif | |||
970 |
|
972 | |||
971 | Test cache consistency for the visible filter |
|
973 | Test cache consistency for the visible filter | |
972 | 1) We want to make sure that the cached filtered revs are invalidated when |
|
974 | 1) We want to make sure that the cached filtered revs are invalidated when |
General Comments 0
You need to be logged in to leave comments.
Login now