tests/test-pull-bundle.t
changeset 39480 89630d0b3e23
parent 38678 7e4a856a4f05
child 42143 29569f2db929
equal deleted inserted replaced
39479:3ba87d5b9ad3 39480:89630d0b3e23
    57   $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle
    57   $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle
    58   adding changesets
    58   adding changesets
    59   adding manifests
    59   adding manifests
    60   adding file changes
    60   adding file changes
    61   added 1 changesets with 1 changes to 1 files
    61   added 1 changesets with 1 changes to 1 files
    62   new changesets bbd179dfa0a7
    62   new changesets bbd179dfa0a7 (1 drafts)
    63   updating to branch default
    63   updating to branch default
    64   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    64   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    65   $ cd repo.pullbundle
    65   $ cd repo.pullbundle
    66   $ hg pull -r 1
    66   $ hg pull -r 1
    67   pulling from http://localhost:$HGPORT2/
    67   pulling from http://localhost:$HGPORT2/
    68   searching for changes
    68   searching for changes
    69   adding changesets
    69   adding changesets
    70   adding manifests
    70   adding manifests
    71   adding file changes
    71   adding file changes
    72   added 1 changesets with 1 changes to 1 files
    72   added 1 changesets with 1 changes to 1 files
    73   new changesets ed1b79f46b9a
    73   new changesets ed1b79f46b9a (1 drafts)
    74   (run 'hg update' to get a working copy)
    74   (run 'hg update' to get a working copy)
    75   $ hg pull -r 2
    75   $ hg pull -r 2
    76   pulling from http://localhost:$HGPORT2/
    76   pulling from http://localhost:$HGPORT2/
    77   searching for changes
    77   searching for changes
    78   adding changesets
    78   adding changesets
    79   adding manifests
    79   adding manifests
    80   adding file changes
    80   adding file changes
    81   added 1 changesets with 1 changes to 1 files (+1 heads)
    81   added 1 changesets with 1 changes to 1 files (+1 heads)
    82   new changesets effea6de0384
    82   new changesets effea6de0384 (1 drafts)
    83   (run 'hg heads' to see heads, 'hg merge' to merge)
    83   (run 'hg heads' to see heads, 'hg merge' to merge)
    84   $ cd ..
    84   $ cd ..
    85   $ killdaemons.py
    85   $ killdaemons.py
    86   $ grep 'sending pullbundle ' repo/.hg/blackbox.log
    86   $ grep 'sending pullbundle ' repo/.hg/blackbox.log
    87   * sending pullbundle "0.hg" (glob)
    87   * sending pullbundle "0.hg" (glob)
   108   added 1 changesets with 1 changes to 1 files
   108   added 1 changesets with 1 changes to 1 files
   109   adding changesets
   109   adding changesets
   110   adding manifests
   110   adding manifests
   111   adding file changes
   111   adding file changes
   112   added 1 changesets with 1 changes to 1 files (+1 heads)
   112   added 1 changesets with 1 changes to 1 files (+1 heads)
   113   new changesets bbd179dfa0a7:ed1b79f46b9a
   113   new changesets bbd179dfa0a7:ed1b79f46b9a (3 drafts)
   114   updating to branch default
   114   updating to branch default
   115   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   115   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   116   $ killdaemons.py
   116   $ killdaemons.py
   117   $ grep 'sending pullbundle ' repo/.hg/blackbox.log
   117   $ grep 'sending pullbundle ' repo/.hg/blackbox.log
   118   * sending pullbundle "0.hg" (glob)
   118   * sending pullbundle "0.hg" (glob)
   134   $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle3
   134   $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle3
   135   adding changesets
   135   adding changesets
   136   adding manifests
   136   adding manifests
   137   adding file changes
   137   adding file changes
   138   added 1 changesets with 1 changes to 1 files
   138   added 1 changesets with 1 changes to 1 files
   139   new changesets bbd179dfa0a7
   139   new changesets bbd179dfa0a7 (1 drafts)
   140   updating to branch default
   140   updating to branch default
   141   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   141   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   142   $ cd repo.pullbundle3
   142   $ cd repo.pullbundle3
   143   $ hg pull -r 1
   143   $ hg pull -r 1
   144   pulling from http://localhost:$HGPORT2/
   144   pulling from http://localhost:$HGPORT2/