tests/test-wireproto.t
branchmercurial-4.1
changeset 2531 d3d686f05458
parent 2431 0405bbda7402
parent 2521 29fc90b0e59c
child 2595 54ac473663ff
equal deleted inserted replaced
2466:e5e502407ab0 2531:d3d686f05458
   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, 'hg merge' to merge)
   150   (run 'hg heads' to see heads, 'hg merge' to merge)
   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 ..