tests/test-bundle-type.out
changeset 11872 bc436a97038b
parent 11871 f22b101e33e4
child 11873 0a0b2872b0de
equal deleted inserted replaced
11871:f22b101e33e4 11872:bc436a97038b
     1 % bundle w/o type option
       
     2 adding file.txt
       
     3 summary:     a
       
     4 searching for changes
       
     5 1 changesets found
       
     6 pulling from ../b1
       
     7 requesting all changes
       
     8 adding changesets
       
     9 adding manifests
       
    10 adding file changes
       
    11 added 1 changesets with 1 changes to 1 files
       
    12 (run 'hg update' to get a working copy)
       
    13 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    14 summary:     a
       
    15 % test bundle type None
       
    16 searching for changes
       
    17 1 changesets found
       
    18 HG10UN
       
    19 pulling from ../bNone
       
    20 requesting all changes
       
    21 adding changesets
       
    22 adding manifests
       
    23 adding file changes
       
    24 added 1 changesets with 1 changes to 1 files
       
    25 (run 'hg update' to get a working copy)
       
    26 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    27 summary:     a
       
    28 % test bundle type bzip2
       
    29 searching for changes
       
    30 1 changesets found
       
    31 HG10BZ
       
    32 pulling from ../bbzip2
       
    33 requesting all changes
       
    34 adding changesets
       
    35 adding manifests
       
    36 adding file changes
       
    37 added 1 changesets with 1 changes to 1 files
       
    38 (run 'hg update' to get a working copy)
       
    39 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    40 summary:     a
       
    41 % test bundle type gzip
       
    42 searching for changes
       
    43 1 changesets found
       
    44 HG10GZ
       
    45 pulling from ../bgzip
       
    46 requesting all changes
       
    47 adding changesets
       
    48 adding manifests
       
    49 adding file changes
       
    50 added 1 changesets with 1 changes to 1 files
       
    51 (run 'hg update' to get a working copy)
       
    52 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    53 summary:     a
       
    54 % test garbage file
       
    55 abort: ../bgarbage: not a Mercurial bundle file
       
    56 % test invalid bundle type
       
    57 1 changesets found
       
    58 abort: unknown bundle type specified with --type