comparison tests/test-topic.t @ 6271:caf302fb8f4d

topic: use branch//namespace/topic format everywhere except exchange We're converting branchmap from using the new "//" format into using the old ":" format as the first step for exchange process. It will make exchange compatible with older clients that had branchmap in the ":" format without topic namespaces. This obviously means that right now topic namespaces don't affect exchange at all.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 08 Jul 2022 17:54:40 +0400
parents 2ec9c87e8574
children 3e488afe62f5
comparison
equal deleted inserted replaced
6270:00d1551bfa8c 6271:caf302fb8f4d
597 $ hg ci -m 'Finish narf' 597 $ hg ci -m 'Finish narf'
598 $ hg topics 598 $ hg topics
599 fran (1 changesets) 599 fran (1 changesets)
600 * narf (2 changesets) 600 * narf (2 changesets)
601 query (2 changesets) 601 query (2 changesets)
602 $ hg debugnamecomplete # branch:topic here is a buggy side effect 602 $ hg debugnamecomplete
603 default 603 default
604 default:fran 604 default//fran
605 default:narf 605 default//narf
606 default:query 606 default//query
607 fran 607 fran
608 narf 608 narf
609 query 609 query
610 tip 610 tip
611 $ hg phase --public narf 611 $ hg phase --public narf