Show More
@@ -320,7 +320,7 b' pulling new git branch should not create' | |||
|
320 | 320 | $ hg up |
|
321 | 321 | From $TESTTMP/tb/s |
|
322 | 322 | * [new branch] b2 -> origin/b2 |
|
323 |
Previous HEAD position was f47b465 |
|
|
323 | Previous HEAD position was f47b465* merge (glob) | |
|
324 | 324 | Switched to a new branch 'b2' |
|
325 | 325 | pulling subrepo s from $TESTTMP/tb/s |
|
326 | 326 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
@@ -572,8 +572,8 b' Sticky subrepository, revision updates' | |||
|
572 | 572 | $ cd .. |
|
573 | 573 | $ cd s |
|
574 | 574 | $ git checkout aa84837ccfbdfedcdcdeeedc309d73e6eb069edc |
|
575 |
Previous HEAD position was 32a3438 |
|
|
576 |
HEAD is now at aa84837 |
|
|
575 | Previous HEAD position was 32a3438* fff (glob) | |
|
576 | HEAD is now at aa84837* f (glob) | |
|
577 | 577 | $ cd .. |
|
578 | 578 | $ hg update 1 |
|
579 | 579 | subrepository s diverged (local revision: 32a3438, remote revision: da5f5b1) |
@@ -623,11 +623,11 b' Sticky repository, update --clean' | |||
|
623 | 623 | Test subrepo already at intended revision: |
|
624 | 624 | $ cd s |
|
625 | 625 | $ git checkout 32a343883b74769118bb1d3b4b1fbf9156f4dddc |
|
626 |
HEAD is now at 32a3438 |
|
|
626 | HEAD is now at 32a3438* fff (glob) | |
|
627 | 627 | $ cd .. |
|
628 | 628 | $ hg update 1 |
|
629 |
Previous HEAD position was 32a3438 |
|
|
630 |
HEAD is now at da5f5b1 |
|
|
629 | Previous HEAD position was 32a3438* fff (glob) | |
|
630 | HEAD is now at da5f5b1* g (glob) | |
|
631 | 631 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
632 | 632 | $ hg id -n |
|
633 | 633 | 1 |
General Comments 0
You need to be logged in to leave comments.
Login now