Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
6327:eac8880c145e | 6328:bf8b9d6a14af |
---|---|
431 | | 431 | |
432 o 1:134bc3852ad2 c_dA0 public default | 432 o 1:134bc3852ad2 c_dA0 public default |
433 | | 433 | |
434 o 0:ea207398892e ROOT public default | 434 o 0:ea207398892e ROOT public default |
435 | 435 |
436 | |
437 checking branch format in branchcache on disk | |
438 --------------------------------------------- | |
439 | |
440 $ cd $TESTTMP/bare-client/.hg/cache/ | |
441 $ grep double branch2* | sort | |
442 branch2-immutable:* o double//slash (glob) | |
443 | |
444 $ cd $TESTTMP/bare-branch-server/.hg/cache/ | |
445 $ grep double branch2* | sort | |
446 branch2-base:* o double//slash (glob) | |
447 branch2-immutable:* o double//slash (glob) |