# HG changeset patch # User Anton Shestakov # Date 1668179399 -14400 # Node ID bf8b9d6a14afcd9ac92132ba547e79bb518bccfc # Parent eac8880c145e9709f6f84f0297c1cc14d8a8d0e2 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. diff -r eac8880c145e -r bf8b9d6a14af tests/test-topic-flow-publish-flag.t --- 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)