Mercurial > hg
changeset 18295:3cdf04e17ed6
test-keyword: improve grammar and spelling in branchcache note
See: da9e544c69d6
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 10 Jan 2013 16:25:06 +0000 |
parents | 65cec7fa5472 |
children | a74101cd6965 |
files | tests/test-keyword.t |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-keyword.t Thu Jan 10 09:43:28 2013 -0500 +++ b/tests/test-keyword.t Thu Jan 10 16:25:06 2013 +0000 @@ -750,13 +750,13 @@ |Note: | | After the last rollback, the "unserved" branchheads cache became invalid, but -| all changeset in the repo were public. So filtering wise: +| all changesets in the repo were public. For filtering this means: | "mutable" == "unserved" == ΓΈ. | -| As the "unserved" cache is invalid, we fall back to "mutable" cache. But not -| update is needed between "mutable" and "unserved" cache and the "unserved" -| cache is not updated on disk. The on disk version therefor stay invalid for -| some time. This explains why the "unserved" branchheads cache is detect +| As the "unserved" cache is invalid, we fall back to the "mutable" cache. But +| no update is needed between "mutable" and "unserved" and the "unserved" cache +| is not updated on disk. The on-disk version therefore stays invalid for some +| time. This explains why the "unserved" branchheads cache is detected as | invalid here. $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'