Mercurial > hg
comparison tests/test-obsolete.t @ 24733:c00e4338fa4b
obsolete: experimental flag to get debug about obsmarkers exchange
The obsolescence markers exchange is still experimental. We (developer) need
more information about what is going on. I'm adding an experimental flag to add
display the amount of data exchanged during bundle2 exchanges.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 14 Apr 2015 11:44:04 -0400 |
parents | 33ab99a6ad9b |
children | 995003a324da |
comparison
equal
deleted
inserted
replaced
24732:8f70b529cb0c | 24733:c00e4338fa4b |
---|---|
614 cda648ca50f50482b7055c0b0c4c117bba6733d9 3de5eca88c00aa039da7399a220f4a5221faa585 0 (*) {'user': 'test'} (glob) | 614 cda648ca50f50482b7055c0b0c4c117bba6733d9 3de5eca88c00aa039da7399a220f4a5221faa585 0 (*) {'user': 'test'} (glob) |
615 cdbce2fbb16313928851e97e0d85413f3f7eb77f ca819180edb99ed25ceafb3e9584ac287e240b00 0 (Thu Jan 01 00:22:17 1970 +0000) {'user': 'test'} | 615 cdbce2fbb16313928851e97e0d85413f3f7eb77f ca819180edb99ed25ceafb3e9584ac287e240b00 0 (Thu Jan 01 00:22:17 1970 +0000) {'user': 'test'} |
616 | 616 |
617 #if serve | 617 #if serve |
618 | 618 |
619 Test the debug output for exchange | |
620 ---------------------------------- | |
621 | |
622 $ hg pull ../tmpb --config 'experimental.obsmarkers-exchange-debug=True' --config 'experimental.bundle2-exp=True' | |
623 pulling from ../tmpb | |
624 searching for changes | |
625 no changes found | |
626 obsmarker-exchange: 346 bytes received | |
627 | |
619 check hgweb does not explode | 628 check hgweb does not explode |
620 ==================================== | 629 ==================================== |
621 | 630 |
622 $ hg unbundle $TESTDIR/bundles/hgweb+obs.hg | 631 $ hg unbundle $TESTDIR/bundles/hgweb+obs.hg |
623 adding changesets | 632 adding changesets |