tests/test-http.out
branchstable
changeset 12795 3cb0559e44d0
parent 12793 469850088fc1
parent 12794 6bf8d48bec8e
child 12796 bc69ba99e34b
equal deleted inserted replaced
12793:469850088fc1 12795:3cb0559e44d0
     1 adding foo
       
     2 adding foo.d/bAr.hg.d/BaR
       
     3 adding foo.d/baR.d.hg/bAR
       
     4 adding foo.d/foo
       
     5 abort: cannot start server at ':$HGPORT1':
       
     6 % clone via stream
       
     7 streaming all changes
       
     8 XXX files to transfer, XXX bytes of data
       
     9 transferred XXX bytes in XXX seconds (XXX XB/sec)
       
    10 updating to branch default
       
    11 XXX files updated, XXX files merged, XXX files removed, XXX files unresolved
       
    12 checking changesets
       
    13 checking manifests
       
    14 crosschecking files in changesets and manifests
       
    15 checking files
       
    16 4 files, 1 changesets, 4 total revisions
       
    17 % try to clone via stream, should use pull instead
       
    18 requesting all changes
       
    19 adding changesets
       
    20 adding manifests
       
    21 adding file changes
       
    22 added 1 changesets with 4 changes to 4 files
       
    23 updating to branch default
       
    24 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    25 % clone via pull
       
    26 requesting all changes
       
    27 adding changesets
       
    28 adding manifests
       
    29 adding file changes
       
    30 added 1 changesets with 4 changes to 4 files
       
    31 updating to branch default
       
    32 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    33 checking changesets
       
    34 checking manifests
       
    35 crosschecking files in changesets and manifests
       
    36 checking files
       
    37 4 files, 1 changesets, 4 total revisions
       
    38 adding bar
       
    39 % pull
       
    40 changegroup hook: HG_NODE=5fed3813f7f5e1824344fdc9cf8f63bb662c292d HG_SOURCE=pull HG_URL=http://localhost:$HGPORT1/ 
       
    41 pulling from http://localhost:$HGPORT1/
       
    42 searching for changes
       
    43 adding changesets
       
    44 adding manifests
       
    45 adding file changes
       
    46 added 1 changesets with 1 changes to 1 files
       
    47 (run 'hg update' to get a working copy)