##// END OF EJS Templates
clone: make sure we warm the cache after a clone...
marmoute -
r46868:f6259840 default draft
parent child Browse files
Show More
@@ -1038,6 +1038,14 b' def clone('
1038 1038 _update(destrepo, uprev)
1039 1039 if update in destrepo._bookmarks:
1040 1040 bookmarks.activate(destrepo, update)
1041 if destlock is not None:
1042 release(destlock)
1043 # here is a tiny windows were someone could end up writing the
1044 # repository before the cache are sure to be warm. This if "fine"
1045 # as the only "bad" outcome would be some slowness. That potential
1046 # slowness already affect reader.
1047 with destrepo.lock():
1048 destrepo.updatecaches(full=True)
1041 1049 finally:
1042 1050 release(srclock, destlock)
1043 1051 if cleandir is not None:
@@ -807,6 +807,7 b' fred is not blocked from moving bookmark'
807 807 acl: bookmark access granted: "ef1ea85a6374b77d6da9dcda9541f498f2d17df7" on bookmark "moving-bookmark"
808 808 bundle2-input-bundle: 7 parts total
809 809 updating the branch cache
810 invalid branch cache (served.hidden): tip differs
810 811 added 1 changesets with 1 changes to 1 files
811 812 bundle2-output-bundle: "HG20", 1 parts total
812 813 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
@@ -1788,6 +1789,7 b' No branch acls specified'
1788 1789 bundle2-input-part: total payload size 48
1789 1790 bundle2-input-bundle: 5 parts total
1790 1791 updating the branch cache
1792 invalid branch cache (served.hidden): tip differs
1791 1793 added 4 changesets with 4 changes to 4 files (+1 heads)
1792 1794 bundle2-output-bundle: "HG20", 1 parts total
1793 1795 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
@@ -2094,6 +2096,7 b' Branch acl allow other'
2094 2096 bundle2-input-part: total payload size 48
2095 2097 bundle2-input-bundle: 5 parts total
2096 2098 updating the branch cache
2099 invalid branch cache (served.hidden): tip differs
2097 2100 added 4 changesets with 4 changes to 4 files (+1 heads)
2098 2101 bundle2-output-bundle: "HG20", 1 parts total
2099 2102 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
@@ -2185,6 +2188,7 b' push foobar into the remote'
2185 2188 bundle2-input-part: total payload size 48
2186 2189 bundle2-input-bundle: 5 parts total
2187 2190 updating the branch cache
2191 invalid branch cache (served.hidden): tip differs
2188 2192 added 4 changesets with 4 changes to 4 files (+1 heads)
2189 2193 bundle2-output-bundle: "HG20", 1 parts total
2190 2194 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
@@ -2348,6 +2352,7 b" User 'astro' must not be denied"
2348 2352 bundle2-input-part: total payload size 48
2349 2353 bundle2-input-bundle: 5 parts total
2350 2354 updating the branch cache
2355 invalid branch cache (served.hidden): tip differs
2351 2356 added 4 changesets with 4 changes to 4 files (+1 heads)
2352 2357 bundle2-output-bundle: "HG20", 1 parts total
2353 2358 bundle2-output-part: "reply:changegroup" (advisory) (params: 0 advisory) empty payload
@@ -128,9 +128,9 b' clone, commit, pull'
128 128 new changesets d02f48003e62
129 129 (run 'hg update' to get a working copy)
130 130 $ hg blackbox -l 6
131 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> pull
132 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> updated branch cache (served) in * seconds (glob)
133 131 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> wrote branch cache (served) with 1 labels and 2 nodes
132 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> updated branch cache (served.hidden) in * seconds (glob)
133 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> wrote branch cache (served.hidden) with 1 labels and 2 nodes
134 134 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> 1 incoming changes - new heads: d02f48003e62
135 135 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> pull exited 0 after * seconds (glob)
136 136 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> blackbox -l 6
@@ -193,8 +193,8 b' backup bundles get logged'
193 193 $ hg blackbox -l 6
194 194 1970/01/01 00:00:00 bob @73f6ee326b27d820b0472f1a825e3a50f3dc489b (5000)> strip tip
195 195 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> saved backup bundle to $TESTTMP/blackboxtest2/.hg/strip-backup/73f6ee326b27-7612e004-backup.hg
196 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> updated branch cache (base) in * seconds (glob)
197 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> wrote branch cache (base) with 1 labels and 2 nodes
196 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> updated branch cache (immutable) in * seconds (glob)
197 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> wrote branch cache (immutable) with 1 labels and 2 nodes
198 198 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> strip tip exited 0 after * seconds (glob)
199 199 1970/01/01 00:00:00 bob @6563da9dcf87b1949716e38ff3e3dfaa3198eb06 (5000)> blackbox -l 6
200 200
@@ -192,9 +192,17 b' Basic clone'
192 192 transferred 96.5 KB in * seconds (* */sec) (glob)
193 193
194 194 $ ls -1 clone1/.hg/cache
195 branch2-base
196 branch2-immutable
195 197 branch2-served
198 branch2-served.hidden
199 branch2-visible
200 branch2-visible-hidden
201 hgtagsfnodes1
196 202 rbc-names-v1
197 203 rbc-revs-v1
204 tags2
205 tags2-served
198 206 #endif
199 207
200 208 getbundle requests with stream=1 are uncompressed
@@ -265,6 +273,7 b' Clone with background file closing enabl'
265 273 bundle2-input-part: total payload size 24
266 274 bundle2-input-bundle: 2 parts total
267 275 checking for updated bookmarks
276 updating the branch cache
268 277 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
269 278 #endif
270 279 #if stream-bundle2
@@ -287,6 +296,7 b' Clone with background file closing enabl'
287 296 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
288 297 bundle2-input-bundle: 2 parts total
289 298 checking for updated bookmarks
299 updating the branch cache
290 300 (sent 3 HTTP requests and * bytes; received * bytes in responses) (glob)
291 301 #endif
292 302
@@ -56,9 +56,17 b' Default operation:'
56 56 Ensure branchcache got copied over:
57 57
58 58 $ ls .hg/cache
59 branch2-base
60 branch2-immutable
59 61 branch2-served
62 branch2-served.hidden
63 branch2-visible
64 branch2-visible-hidden
65 hgtagsfnodes1
60 66 rbc-names-v1
61 67 rbc-revs-v1
68 tags2
69 tags2-served
62 70
63 71 $ cat a
64 72 a
@@ -99,6 +107,7 b' No update, with debug option:'
99 107 linking: 17 files (reposimplestore !)
100 108 linking: 18 files (reposimplestore !)
101 109 linked 18 files (reposimplestore !)
110 updating the branch cache
102 111 #else
103 112 $ hg --debug clone -U . ../c --config progress.debug=true
104 113 linking: 1 files
@@ -127,9 +136,17 b' No update, with debug option:'
127 136 Ensure branchcache got copied over:
128 137
129 138 $ ls .hg/cache
139 branch2-base
140 branch2-immutable
130 141 branch2-served
142 branch2-served.hidden
143 branch2-visible
144 branch2-visible-hidden
145 hgtagsfnodes1
131 146 rbc-names-v1
132 147 rbc-revs-v1
148 tags2
149 tags2-served
133 150
134 151 $ cat a 2>/dev/null || echo "a not present"
135 152 a not present
@@ -597,6 +597,7 b' on a 32MB system.'
597 597 added 2 changesets with 2 changes to 2 files
598 598 new changesets 53245c60e682:aaff8d2ffbbf
599 599 calling hook changegroup.lfiles: hgext.largefiles.reposetup.checkrequireslfiles
600 updating the branch cache
600 601 (sent 4 HTTP requests and * bytes; received * bytes in responses) (glob)
601 602
602 603 $ hg clone -U --debug --config ui.available-memory=32MB http://localhost:$HGPORT gzip-too-large2
@@ -634,5 +635,6 b' on a 32MB system.'
634 635 checking for updated bookmarks
635 636 2 local changesets published
636 637 calling hook changegroup.lfiles: hgext.largefiles.reposetup.checkrequireslfiles
638 updating the branch cache
637 639 (sent 4 HTTP requests and * bytes; received * bytes in responses) (glob)
638 640 $ killdaemons.py
@@ -44,6 +44,7 b' Poke at a clone:'
44 44 checked 0 changesets with 0 changes to 0 files
45 45 $ ls .hg
46 46 00changelog.i
47 cache
47 48 hgrc
48 49 requires
49 50 store
@@ -89,6 +89,7 b' the source repo:'
89 89 a.txt: remote created -> g
90 90 getting a.txt
91 91 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
92 updating the branch cache
92 93 $ cd repo-3
93 94
94 95 $ cat a.txt
@@ -69,6 +69,7 b' Create hardlinked clone r2:'
69 69 linking: 6 files
70 70 linking: 7 files
71 71 linked 7 files
72 updating the branch cache
72 73
73 74 Create non-hardlinked clone r3:
74 75
@@ -238,9 +239,16 b' r4 has hardlinks in the working dir (not'
238 239 2 r4/.hg/00changelog.i
239 240 2 r4/.hg/branch
240 241 2 r4/.hg/cache/branch2-base
242 2 r4/.hg/cache/branch2-immutable
241 243 2 r4/.hg/cache/branch2-served
244 2 r4/.hg/cache/branch2-served.hidden
245 2 r4/.hg/cache/branch2-visible
246 2 r4/.hg/cache/branch2-visible-hidden
247 2 r4/.hg/cache/hgtagsfnodes1
242 248 2 r4/.hg/cache/rbc-names-v1
243 249 2 r4/.hg/cache/rbc-revs-v1
250 2 r4/.hg/cache/tags2
251 2 r4/.hg/cache/tags2-served
244 252 2 r4/.hg/dirstate
245 253 2 r4/.hg/fsmonitor.state (fsmonitor !)
246 254 2 r4/.hg/hgrc
@@ -289,9 +297,16 b' Update back to revision 12 in r4 should '
289 297 2 r4/.hg/00changelog.i
290 298 1 r4/.hg/branch
291 299 2 r4/.hg/cache/branch2-base
300 2 r4/.hg/cache/branch2-immutable
292 301 2 r4/.hg/cache/branch2-served
302 2 r4/.hg/cache/branch2-served.hidden
303 2 r4/.hg/cache/branch2-visible
304 2 r4/.hg/cache/branch2-visible-hidden
305 2 r4/.hg/cache/hgtagsfnodes1
293 306 2 r4/.hg/cache/rbc-names-v1
294 307 2 r4/.hg/cache/rbc-revs-v1
308 2 r4/.hg/cache/tags2
309 2 r4/.hg/cache/tags2-served
295 310 1 r4/.hg/dirstate
296 311 1 r4/.hg/fsmonitor.state (fsmonitor !)
297 312 2 r4/.hg/hgrc
@@ -158,6 +158,7 b' Blob URIs are correct when --prefix is u'
158 158 getting lfs.bin
159 159 lfs: found f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e in the local lfs store
160 160 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
161 updating the branch cache
161 162 (sent 3 HTTP requests and * bytes; received * bytes in responses) (glob)
162 163
163 164 $ "$PYTHON" $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
@@ -608,8 +608,17 b' The persistent nodemap should exist afte'
608 608
609 609 $ hg clone -U test-repo local-clone
610 610 $ ls -1 local-clone/.hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)'
611 [1]
611 00changelog-*.nd (glob)
612 00changelog.n
613 00manifest-*.nd (glob)
614 00manifest.n
612 615 $ hg -R local-clone debugnodemap --metadata
616 uid: * (glob)
617 tip-rev: 5005
618 tip-node: 90d5d3ba2fc47db50f712570487cb261a68c8ffe
619 data-length: 121088
620 data-unused: 0
621 data-unused: 0.000%
613 622
614 623 stream clone
615 624 ------------
@@ -618,5 +627,14 b' The persistent nodemap should exist afte'
618 627
619 628 $ hg clone -U --stream --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/test-repo stream-clone --quiet
620 629 $ ls -1 stream-clone/.hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)'
621 [1]
630 00changelog-*.nd (glob)
631 00changelog.n
632 00manifest-*.nd (glob)
633 00manifest.n
622 634 $ hg -R stream-clone debugnodemap --metadata
635 uid: * (glob)
636 tip-rev: 5005
637 tip-node: 90d5d3ba2fc47db50f712570487cb261a68c8ffe
638 data-length: 121088
639 data-unused: 0
640 data-unused: 0.000%
@@ -62,9 +62,17 b' Cloning a shared repo should pick up the'
62 62 updating to branch default
63 63 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
64 64 $ ls -1 ../repo2-clone/.hg/cache
65 branch2-base
66 branch2-immutable
65 67 branch2-served
68 branch2-served.hidden
69 branch2-visible
70 branch2-visible-hidden
71 hgtagsfnodes1
66 72 rbc-names-v1
67 73 rbc-revs-v1
74 tags2
75 tags2-served
68 76 tags2-visible
69 77
70 78 Some sed versions appends newline, some don't, and some just fails
@@ -84,8 +84,8 b' clone bookmarks via stream'
84 84 $ hg -R local-stream book mybook
85 85 $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --stream ssh://user@dummy/local-stream stream2
86 86 streaming all changes
87 9 files to transfer, 870 bytes of data
88 transferred 870 bytes in * seconds (*) (glob)
87 16 files to transfer, * of data (glob)
88 transferred * in * seconds (*) (glob)
89 89 updating to branch default
90 90 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
91 91 $ cd stream2
@@ -117,6 +117,7 b' Test that we can apply the bundle as a s'
117 117 E: remote created -> g
118 118 getting E
119 119 5 files updated, 0 files merged, 0 files removed, 0 files unresolved
120 updating the branch cache
120 121 (sent 4 HTTP requests and * bytes; received * bytes in responses) (glob)
121 122
122 123 $ hg clone --stream http://localhost:$HGPORT streamv2-clone-explicit --debug
@@ -173,4 +174,5 b' Test that we can apply the bundle as a s'
173 174 E: remote created -> g
174 175 getting E
175 176 5 files updated, 0 files merged, 0 files removed, 0 files unresolved
177 updating the branch cache
176 178 (sent 4 HTTP requests and * bytes; received * bytes in responses) (glob)
@@ -721,19 +721,26 b' Missing tags2* files means the cache was'
721 721
722 722 $ ls tagsclient/.hg/cache
723 723 branch2-base
724 branch2-immutable
725 branch2-served
726 branch2-served.hidden
727 branch2-visible
728 branch2-visible-hidden
724 729 hgtagsfnodes1
725 730 rbc-names-v1
726 731 rbc-revs-v1
732 tags2
733 tags2-served
727 734
728 735 Cache should contain the head only, even though other nodes have tags data
729 736
730 737 $ f --size --hexdump tagsclient/.hg/cache/hgtagsfnodes1
731 738 tagsclient/.hg/cache/hgtagsfnodes1: size=96
732 0000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
733 0010: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
734 0020: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
735 0030: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
736 0040: ff ff ff ff ff ff ff ff 40 f0 35 8c 19 e0 a7 d3 |........@.5.....|
739 0000: 96 ee 1d 73 00 00 00 00 00 00 00 00 00 00 00 00 |...s............|
740 0010: 00 00 00 00 00 00 00 00 c4 da b0 c2 94 65 e1 c6 |.............e..|
741 0020: 0d f7 f0 dd 32 04 ea 57 78 c8 97 97 79 fc d5 95 |....2..Wx...y...|
742 0030: f6 3c c8 fe 94 65 e1 c6 0d f7 f0 dd 32 04 ea 57 |.<...e......2..W|
743 0040: 78 c8 97 97 79 fc d5 95 40 f0 35 8c 19 e0 a7 d3 |x...y...@.5.....|
737 744 0050: 8a 5c 6a 82 4d cf fb a5 87 d0 2f a3 1e 4f 2f 8a |.\j.M...../..O/.|
738 745
739 746 Running hg tags should produce tags2* file and not change cache
@@ -745,18 +752,25 b' Running hg tags should produce tags2* fi'
745 752
746 753 $ ls tagsclient/.hg/cache
747 754 branch2-base
755 branch2-immutable
756 branch2-served
757 branch2-served.hidden
758 branch2-visible
759 branch2-visible-hidden
748 760 hgtagsfnodes1
749 761 rbc-names-v1
750 762 rbc-revs-v1
763 tags2
764 tags2-served
751 765 tags2-visible
752 766
753 767 $ f --size --hexdump tagsclient/.hg/cache/hgtagsfnodes1
754 768 tagsclient/.hg/cache/hgtagsfnodes1: size=96
755 0000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
756 0010: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
757 0020: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
758 0030: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
759 0040: ff ff ff ff ff ff ff ff 40 f0 35 8c 19 e0 a7 d3 |........@.5.....|
769 0000: 96 ee 1d 73 00 00 00 00 00 00 00 00 00 00 00 00 |...s............|
770 0010: 00 00 00 00 00 00 00 00 c4 da b0 c2 94 65 e1 c6 |.............e..|
771 0020: 0d f7 f0 dd 32 04 ea 57 78 c8 97 97 79 fc d5 95 |....2..Wx...y...|
772 0030: f6 3c c8 fe 94 65 e1 c6 0d f7 f0 dd 32 04 ea 57 |.<...e......2..W|
773 0040: 78 c8 97 97 79 fc d5 95 40 f0 35 8c 19 e0 a7 d3 |x...y...@.5.....|
760 774 0050: 8a 5c 6a 82 4d cf fb a5 87 d0 2f a3 1e 4f 2f 8a |.\j.M...../..O/.|
761 775
762 776 Check that the bundle includes cache data
@@ -779,6 +793,8 b' Check that local clone includes cache da'
779 793 updating to branch default
780 794 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
781 795 $ (cd tags-local-clone/.hg/cache/; ls -1 tag*)
796 tags2
797 tags2-served
782 798 tags2-visible
783 799
784 800 Avoid writing logs on trying to delete an already deleted tag
@@ -792,7 +792,7 b' Stream clone with basicstore'
792 792 $ hg clone --config experimental.changegroup3=True --stream -U \
793 793 > http://localhost:$HGPORT1 stream-clone-basicstore
794 794 streaming all changes
795 21 files to transfer, * of data (glob)
795 29 files to transfer, * of data (glob)
796 796 transferred * in * seconds (*) (glob)
797 797 $ hg -R stream-clone-basicstore verify
798 798 checking changesets
@@ -806,7 +806,7 b' Stream clone with encodedstore'
806 806 $ hg clone --config experimental.changegroup3=True --stream -U \
807 807 > http://localhost:$HGPORT2 stream-clone-encodedstore
808 808 streaming all changes
809 21 files to transfer, * of data (glob)
809 29 files to transfer, * of data (glob)
810 810 transferred * in * seconds (*) (glob)
811 811 $ hg -R stream-clone-encodedstore verify
812 812 checking changesets
@@ -111,6 +111,7 b' Output is flaky, save it in a file and c'
111 111 }
112 112 updating the branch cache
113 113 new changesets 3390ef850073:caa2a465451d (3 drafts)
114 updating the branch cache
114 115 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
115 116
116 117 $ cat clone-output | grep "received frame"
@@ -239,6 +240,7 b' Output is flaky, save it in a file and c'
239 240 }
240 241 updating the branch cache
241 242 new changesets 3390ef850073:4432d83626e8
243 updating the branch cache
242 244 (sent 6 HTTP requests and * bytes; received * bytes in responses) (glob)
243 245
244 246 $ cat clone-output | grep "received frame"
@@ -557,6 +559,7 b' Output is flaky, save it in a file and c'
557 559 }
558 560 updating the branch cache
559 561 new changesets 3390ef850073:caa2a465451d (1 drafts)
562 updating the branch cache
560 563 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
561 564
562 565 $ cat clone-output | grep "received frame"
@@ -758,6 +761,7 b' Output is flaky, save it in a file and c'
758 761 }
759 762 updating the branch cache
760 763 new changesets 3390ef850073:97765fc3cd62
764 updating the branch cache
761 765 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
762 766
763 767 $ cat clone-output | grep "received frame"
@@ -872,6 +876,7 b' Output is flaky, save it in a file and c'
872 876 }
873 877 updating the branch cache
874 878 new changesets 3390ef850073:97765fc3cd62
879 updating the branch cache
875 880 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
876 881
877 882 $ cat clone-output | grep "received frame"
@@ -988,6 +993,7 b' Output is flaky, save it in a file and c'
988 993 }
989 994 updating the branch cache
990 995 new changesets 3390ef850073:97765fc3cd62
996 updating the branch cache
991 997 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
992 998
993 999 $ cat clone-output | grep "received frame"
@@ -1087,6 +1093,7 b' Output is flaky, save it in a file and c'
1087 1093 }
1088 1094 ]
1089 1095 }
1096 updating the branch cache
1090 1097 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
1091 1098
1092 1099 $ cat clone-output | grep "received frame"
@@ -1183,6 +1190,7 b' Output is flaky, save it in a file and c'
1183 1190 }
1184 1191 ]
1185 1192 }
1193 updating the branch cache
1186 1194 (sent 5 HTTP requests and * bytes; received * bytes in responses) (glob)
1187 1195
1188 1196 $ cat clone-output | grep "received frame"
General Comments 0
You need to be logged in to leave comments. Login now