comparison tests/test-obsolete.t @ 956:b107f3549ec2

evolve: make exchange output compact in the old pushkey case too.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 02 Jun 2014 14:44:13 -0700
parents 010c7e4aa820
children 2cde59f3cb5d
comparison
equal deleted inserted replaced
955:72670e282460 956:b107f3549ec2
181 adding manifests 181 adding manifests
182 adding file changes 182 adding file changes
183 added 5 changesets with 5 changes to 5 files (+1 heads) 183 added 5 changesets with 5 changes to 5 files (+1 heads)
184 OBSEXC: computing relevant nodes 184 OBSEXC: computing relevant nodes
185 OBSEXC: computing markers relevant to 5 nodes 185 OBSEXC: computing markers relevant to 5 nodes
186 OBSEXC: pushing 2 markers 186 OBSEXC: pushing 2 markers in 1 pushkey payload (154 bytes)
187 OBSEXC: sending 1 pushkey payload (154 bytes)
188 OBSEXC: DONE 187 OBSEXC: DONE
189 $ hg -R ../other-new verify 188 $ hg -R ../other-new verify
190 checking changesets 189 checking changesets
191 checking manifests 190 checking manifests
192 crosschecking files in changesets and manifests 191 crosschecking files in changesets and manifests
239 adding manifests 238 adding manifests
240 adding file changes 239 adding file changes
241 added 1 changesets with 1 changes to 1 files (+1 heads) 240 added 1 changesets with 1 changes to 1 files (+1 heads)
242 OBSEXC: computing relevant nodes 241 OBSEXC: computing relevant nodes
243 OBSEXC: computing markers relevant to 5 nodes 242 OBSEXC: computing markers relevant to 5 nodes
244 OBSEXC: pushing 3 markers 243 OBSEXC: pushing 3 markers in 1 pushkey payload (230 bytes)
245 OBSEXC: sending 1 pushkey payload (230 bytes)
246 OBSEXC: DONE 244 OBSEXC: DONE
247 $ qlog -R ../other-new 245 $ qlog -R ../other-new
248 5 246 5
249 - 95de7fc6918d 247 - 95de7fc6918d
250 3 248 3
265 pushing to ../other-new 263 pushing to ../other-new
266 searching for changes 264 searching for changes
267 no changes found 265 no changes found
268 OBSEXC: computing relevant nodes 266 OBSEXC: computing relevant nodes
269 OBSEXC: computing markers relevant to 5 nodes 267 OBSEXC: computing markers relevant to 5 nodes
270 OBSEXC: pushing 3 markers 268 OBSEXC: pushing 3 markers in 1 pushkey payload (230 bytes)
271 OBSEXC: sending 1 pushkey payload (230 bytes)
272 OBSEXC: DONE 269 OBSEXC: DONE
273 [1] 270 [1]
274 271
275 $ hg up --hidden -q .^ # 3 272 $ hg up --hidden -q .^ # 3
276 working directory parent is obsolete! 273 working directory parent is obsolete!
549 adding manifests 546 adding manifests
550 adding file changes 547 adding file changes
551 added 2 changesets with 1 changes to [12] files (re) 548 added 2 changesets with 1 changes to [12] files (re)
552 OBSEXC: computing relevant nodes 549 OBSEXC: computing relevant nodes
553 OBSEXC: computing markers relevant to 5 nodes 550 OBSEXC: computing markers relevant to 5 nodes
554 OBSEXC: pushing 7 markers 551 OBSEXC: pushing 7 markers in 1 pushkey payload (565 bytes)
555 OBSEXC: sending 1 pushkey payload (565 bytes)
556 OBSEXC: DONE 552 OBSEXC: DONE
557 $ hg up -q 10 553 $ hg up -q 10
558 $ mkcommit "obsol_d'''" 554 $ mkcommit "obsol_d'''"
559 created new head 555 created new head
560 $ hg debugobsolete `getid 11` `getid 12` 556 $ hg debugobsolete `getid 11` `getid 12`
565 adding manifests 561 adding manifests
566 adding file changes 562 adding file changes
567 added 1 changesets with 1 changes to 1 files (+1 heads) 563 added 1 changesets with 1 changes to 1 files (+1 heads)
568 OBSEXC: computing relevant nodes 564 OBSEXC: computing relevant nodes
569 OBSEXC: computing markers relevant to 5 nodes 565 OBSEXC: computing markers relevant to 5 nodes
570 OBSEXC: pushing 8 markers 566 OBSEXC: pushing 8 markers in 1 pushkey payload (642 bytes)
571 OBSEXC: sending 1 pushkey payload (642 bytes)
572 OBSEXC: DONE 567 OBSEXC: DONE
573 $ cd .. 568 $ cd ..
574 569
575 check bumped detection 570 check bumped detection
576 (make an obsolete changeset public) 571 (make an obsolete changeset public)