comparison tests/test-pull-branch.t @ 38171:eb9835014d20

transaction-summary: show phase changes statistics in pull/unbundle Upon pull or unbundle, we display a message with the number of changesets which phase became public. Noticeably, this new message would appear even if no new changeset were added (below the "no changes found" message), thus indicating that something actually happened to the local repository.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Thu, 24 May 2018 12:19:50 +0200
parents eb586ed5d8ce
children 1e9c357d3ddf
comparison
equal deleted inserted replaced
38170:dfb888aae17a 38171:eb9835014d20
168 adding changesets 168 adding changesets
169 adding manifests 169 adding manifests
170 adding file changes 170 adding file changes
171 added 1 changesets with 1 changes to 1 files (+1 heads) 171 added 1 changesets with 1 changes to 1 files (+1 heads)
172 new changesets 7d8ffa4c0b22 172 new changesets 7d8ffa4c0b22
173 13 changesets became public
173 (run 'hg heads' to see heads) 174 (run 'hg heads' to see heads)
174 175
175 Make changes on default and branchC on tt 176 Make changes on default and branchC on tt
176 177
177 $ cd ../tt 178 $ cd ../tt
181 adding changesets 182 adding changesets
182 adding manifests 183 adding manifests
183 adding file changes 184 adding file changes
184 added 1 changesets with 1 changes to 1 files (+1 heads) 185 added 1 changesets with 1 changes to 1 files (+1 heads)
185 new changesets 2b94b54b6b5f 186 new changesets 2b94b54b6b5f
187 1 changesets became public
186 (run 'hg heads' to see heads) 188 (run 'hg heads' to see heads)
187 $ hg up -C default 189 $ hg up -C default
188 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 190 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
189 $ echo a1 > bar1 191 $ echo a1 > bar1
190 $ hg ci -Am "commit on default on tt" 192 $ hg ci -Am "commit on default on tt"
217 adding changesets 219 adding changesets
218 adding manifests 220 adding manifests
219 adding file changes 221 adding file changes
220 added 2 changesets with 2 changes to 2 files (+2 heads) 222 added 2 changesets with 2 changes to 2 files (+2 heads)
221 new changesets eed40c14b407:e634733b0309 223 new changesets eed40c14b407:e634733b0309
224 1 changesets became public
222 (run 'hg heads .' to see heads, 'hg merge' to merge) 225 (run 'hg heads .' to see heads, 'hg merge' to merge)
223 226
224 $ cd .. 227 $ cd ..