Mercurial > evolve
diff tests/test-topic-flow-publish-flag.t @ 6328:bf8b9d6a14af
tests: inspect branchcache files in test-topic-flow-publish-flag.t
In case there are changes to handling branch names in-memory, the files on disk
should be inspected to make sure they don't contain unintended changes.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 11 Nov 2022 19:09:59 +0400 |
parents | 80b996fbb9da |
children | 1328195f76a9 ccc8352c7133 |
line wrap: on
line diff
--- a/tests/test-topic-flow-publish-flag.t Tue Oct 04 12:23:03 2022 +0400 +++ b/tests/test-topic-flow-publish-flag.t Fri Nov 11 19:09:59 2022 +0400 @@ -433,3 +433,15 @@ | o 0:ea207398892e ROOT public default + +checking branch format in branchcache on disk +--------------------------------------------- + + $ cd $TESTTMP/bare-client/.hg/cache/ + $ grep double branch2* | sort + branch2-immutable:* o double//slash (glob) + + $ cd $TESTTMP/bare-branch-server/.hg/cache/ + $ grep double branch2* | sort + branch2-base:* o double//slash (glob) + branch2-immutable:* o double//slash (glob)