# HG changeset patch # User Christian Ebert # Date 1358980258 0 # Node ID c762ba67e444a342ebc732f4f7ce0635ff22f40c # Parent 531804688bf5b421391e2d9c3605405d0d333a1b# Parent 9fb4b2c19bd8de35e6a1f895604b1fd60e6c9e44 Merge with stable diff -r 531804688bf5 -r c762ba67e444 tests/test-keyword.t --- a/tests/test-keyword.t Sat Jan 19 09:40:50 2013 +0000 +++ b/tests/test-keyword.t Wed Jan 23 22:30:58 2013 +0000 @@ -751,14 +751,14 @@ |Note: | -| After the last rollback, the "unserved" branchheads cache became invalid, but +| After the last rollback, the "served" branchheads cache became invalid, but | all changesets in the repo were public. For filtering this means: -| "mutable" == "unserved" == ø. +| "immutable" == "served" == ø. | -| 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 +| As the "served" cache is invalid, we fall back to the "immutable" cache. But +| no update is needed between "immutable" and "served" and the "served" 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 +| time. This explains why the "served" branchheads cache is detected as | invalid here. $ hg --debug commit -l log -d '2 0' -u 'User Name '