tests/test-bundle.t
changeset 49610 9cac281eb9c0
parent 49609 78ba41878f2e
child 49611 35d4c2124073
equal deleted inserted replaced
49609:78ba41878f2e 49610:9cac281eb9c0
  1037 
  1037 
  1038 Test the option that create and no-delta's bundle
  1038 Test the option that create and no-delta's bundle
  1039   $ hg bundle -a --config devel.bundle.delta=full ./full.hg
  1039   $ hg bundle -a --config devel.bundle.delta=full ./full.hg
  1040   3 changesets found
  1040   3 changesets found
  1041 
  1041 
       
  1042 
       
  1043 Test the debug statistic when building a bundle
       
  1044 -----------------------------------------------
       
  1045 
       
  1046   $ hg bundle -a ./default.hg --config debug.bundling-stats=yes
       
  1047   3 changesets found
       
  1048   DEBUG-BUNDLING: revisions:                9
       
  1049   DEBUG-BUNDLING:   changelog:              3
       
  1050   DEBUG-BUNDLING:   manifest:               3
       
  1051   DEBUG-BUNDLING:   files:                  3 (for 3 revlogs)
       
  1052   DEBUG-BUNDLING: deltas:
       
  1053   DEBUG-BUNDLING:   from-storage:           2 (100% of available 2)
       
  1054   DEBUG-BUNDLING:   computed:               7
       
  1055   DEBUG-BUNDLING:     full:                 7 (100% of native 7)
       
  1056   DEBUG-BUNDLING:       changelog:          3 (100% of native 3)
       
  1057   DEBUG-BUNDLING:       manifests:          1 (100% of native 1)
       
  1058   DEBUG-BUNDLING:       files:              3 (100% of native 3)
       
  1059 
  1042 Test the debug output when applying delta
  1060 Test the debug output when applying delta
  1043 -----------------------------------------
  1061 -----------------------------------------
  1044 
  1062 
  1045   $ hg init foo
  1063   $ hg init foo
  1046   $ hg -R foo unbundle ./slim.hg \
  1064   $ hg -R foo unbundle ./slim.hg \