tests/test-simple-update.out
changeset 925 5a034646e472
parent 814 0902ffece4b4
child 2143 3053fc33f545
equal deleted inserted replaced
924:ab681ea2857e 925:5a034646e472
     1 + hg init
       
     2 + hg addremove
       
     3 adding foo
     1 adding foo
     4 + hg commit -m 1
       
     5 + hg verify
       
     6 checking changesets
     2 checking changesets
     7 checking manifests
     3 checking manifests
     8 crosschecking files in changesets and manifests
     4 crosschecking files in changesets and manifests
     9 checking files
     5 checking files
    10 1 files, 1 changesets, 1 total revisions
     6 1 files, 1 changesets, 1 total revisions
    11 + hg clone . ../branch
       
    12 + hg co
       
    13 + hg commit -m 2
       
    14 + hg pull ../branch
       
    15 pulling from ../branch
     7 pulling from ../branch
    16 searching for changes
     8 searching for changes
    17 adding changesets
     9 adding changesets
    18 adding manifests
    10 adding manifests
    19 adding file changes
    11 adding file changes
    20 added 1 changesets with 1 changes to 1 files
    12 added 1 changesets with 1 changes to 1 files
    21 (run 'hg update' to get a working copy)
    13 (run 'hg update' to get a working copy)
    22 + hg verify
       
    23 checking changesets
    14 checking changesets
    24 checking manifests
    15 checking manifests
    25 crosschecking files in changesets and manifests
    16 crosschecking files in changesets and manifests
    26 checking files
    17 checking files
    27 1 files, 2 changesets, 2 total revisions
    18 1 files, 2 changesets, 2 total revisions
    28 + hg co
       
    29 foo
    19 foo
    30 bar
    20 bar
    31 + hg manifest
       
    32 6f4310b00b9a147241b071a60c28a650827fb03d 644 foo
    21 6f4310b00b9a147241b071a60c28a650827fb03d 644 foo