tests/test-wireproto.t
changeset 2521 29fc90b0e59c
parent 2398 612c17c8ab69
child 2531 d3d686f05458
child 2584 325f7a2e87e2
equal deleted inserted replaced
2520:5fb5d096348c 2521:29fc90b0e59c
   147   added 1 changesets with 0 changes to 1 files (+1 heads)
   147   added 1 changesets with 0 changes to 1 files (+1 heads)
   148   obsmarker-exchange: 208 bytes received
   148   obsmarker-exchange: 208 bytes received
   149   1 new obsolescence markers
   149   1 new obsolescence markers
   150   (run 'hg heads' to see heads)
   150   (run 'hg heads' to see heads)
   151 
   151 
       
   152 test discovery avoid exchanging known markers
       
   153 
       
   154   $ hg push
       
   155   pushing to ssh://user@dummy/server
       
   156   searching for changes
       
   157   no changes found
       
   158   [1]
       
   159   $ hg -R ../other pull
       
   160   pulling from ssh://user@dummy/server
       
   161   searching for changes
       
   162   no changes found
       
   163 
       
   164 test discovery can be disabled
       
   165 
       
   166   $ hg push --config experimental.evolution.obsdiscovery=no
       
   167   pushing to ssh://user@dummy/server
       
   168   searching for changes
       
   169   (skipping discovery of obsolescence markers, will exchange everything)
       
   170   (controled by 'experimental.evolution.obsdiscovery' configuration)
       
   171   no changes found
       
   172   remote: obsmarker-exchange: 346 bytes received
       
   173   [1]
       
   174   $ hg -R ../other pull --config experimental.evolution.obsdiscovery=no
       
   175   pulling from ssh://user@dummy/server
       
   176   searching for changes
       
   177   no changes found
       
   178   (skipping discovery of obsolescence markers, will exchange everything)
       
   179   (controled by 'experimental.evolution.obsdiscovery' configuration)
       
   180   obsmarker-exchange: 346 bytes received
       
   181 
   152   $ cd ..
   182   $ cd ..