tests/test-bundle.t
changeset 49610 35d4c2124073
parent 49609 9cac281eb9c0
child 49775 d57b966cdeb1
equal deleted inserted replaced
49609:9cac281eb9c0 49610:35d4c2124073
  1079   DBG-DELTAS: FILELOG:c:   rev=0: delta-base=0 is-cached=0 - search-rounds=0 try-count=0 - delta-type=full   snap-depth=0 - p1-chain-length=-1 p2-chain-length=-1 - duration=* (glob)
  1079   DBG-DELTAS: FILELOG:c:   rev=0: delta-base=0 is-cached=0 - search-rounds=0 try-count=0 - delta-type=full   snap-depth=0 - p1-chain-length=-1 p2-chain-length=-1 - duration=* (glob)
  1080   added 3 changesets with 3 changes to 3 files
  1080   added 3 changesets with 3 changes to 3 files
  1081   new changesets 4fe08cd4693e:4652c276ac4f (3 drafts)
  1081   new changesets 4fe08cd4693e:4652c276ac4f (3 drafts)
  1082   (run 'hg update' to get a working copy)
  1082   (run 'hg update' to get a working copy)
  1083 
  1083 
       
  1084 
       
  1085 Test the debug statistic when applying a bundle
       
  1086 -----------------------------------------------
       
  1087 
       
  1088   $ hg init bar
       
  1089   $ hg -R bar unbundle ./default.hg  --config debug.unbundling-stats=yes
       
  1090   adding changesets
       
  1091   adding manifests
       
  1092   adding file changes
       
  1093   DEBUG-UNBUNDLING: revisions:                9
       
  1094   DEBUG-UNBUNDLING:   changelog:              3             ( 33%)
       
  1095   DEBUG-UNBUNDLING:   manifests:              3             ( 33%)
       
  1096   DEBUG-UNBUNDLING:   files:                  3             ( 33%)
       
  1097   DEBUG-UNBUNDLING: total-time:      ?????????????? seconds (glob)
       
  1098   DEBUG-UNBUNDLING:   changelog:     ?????????????? seconds (???%) (glob)
       
  1099   DEBUG-UNBUNDLING:   manifests:     ?????????????? seconds (???%) (glob)
       
  1100   DEBUG-UNBUNDLING:   files:         ?????????????? seconds (???%) (glob)
       
  1101   DEBUG-UNBUNDLING: type-count:
       
  1102   DEBUG-UNBUNDLING:   changelog:
       
  1103   DEBUG-UNBUNDLING:     full:                 3
       
  1104   DEBUG-UNBUNDLING:       cached:             0             (  0%)
       
  1105   DEBUG-UNBUNDLING:   manifests:
       
  1106   DEBUG-UNBUNDLING:     full:                 1
       
  1107   DEBUG-UNBUNDLING:       cached:             0             (  0%)
       
  1108   DEBUG-UNBUNDLING:     delta:                2
       
  1109   DEBUG-UNBUNDLING:       cached:             2             (100%)
       
  1110   DEBUG-UNBUNDLING:   files:
       
  1111   DEBUG-UNBUNDLING:     full:                 3
       
  1112   DEBUG-UNBUNDLING:       cached:             0             (  0%)
       
  1113   DEBUG-UNBUNDLING: type-time:
       
  1114   DEBUG-UNBUNDLING:   changelog:
       
  1115   DEBUG-UNBUNDLING:     full:        ?????????????? seconds (???% of total) (glob)
       
  1116   DEBUG-UNBUNDLING:       cached:    ?????????????? seconds (???% of total) (glob)
       
  1117   DEBUG-UNBUNDLING:   manifests:
       
  1118   DEBUG-UNBUNDLING:     full:        ?????????????? seconds (???% of total) (glob)
       
  1119   DEBUG-UNBUNDLING:       cached:    ?????????????? seconds (???% of total) (glob)
       
  1120   DEBUG-UNBUNDLING:     delta:       ?????????????? seconds (???% of total) (glob)
       
  1121   DEBUG-UNBUNDLING:       cached:    ?????????????? seconds (???% of total) (glob)
       
  1122   DEBUG-UNBUNDLING:   files:
       
  1123   DEBUG-UNBUNDLING:     full:        ?????????????? seconds (???% of total) (glob)
       
  1124   DEBUG-UNBUNDLING:       cached:    ?????????????? seconds (???% of total) (glob)
       
  1125   added 3 changesets with 3 changes to 3 files
       
  1126   new changesets 4fe08cd4693e:4652c276ac4f (3 drafts)
       
  1127   (run 'hg update' to get a working copy)