tests/test-bundle2-exchange.t
changeset 22938 4f2222f86612
parent 22660 978cce51cc5f
child 22939 e48277540413
equal deleted inserted replaced
22937:92bf9abc4deb 22938:4f2222f86612
    23   > [web]
    23   > [web]
    24   > push_ssl = false
    24   > push_ssl = false
    25   > allow_push = *
    25   > allow_push = *
    26   > [phases]
    26   > [phases]
    27   > publish=False
    27   > publish=False
       
    28   > [hooks]
       
    29   > b2x-transactionclose = sh -c  "HG_LOCAL= HG_NODE= HG_TAG= python \"$TESTDIR/printenv.py\" b2x-transactionclose"
    28   > EOF
    30   > EOF
    29 
    31 
    30 The extension requires a repo (currently unused)
    32 The extension requires a repo (currently unused)
    31 
    33 
    32   $ hg init main
    34   $ hg init main
   150 
   152 
   151 push
   153 push
   152   $ hg -R main push other --rev eea13746799a --bookmark book_eea1
   154   $ hg -R main push other --rev eea13746799a --bookmark book_eea1
   153   pushing to other
   155   pushing to other
   154   searching for changes
   156   searching for changes
       
   157   b2x-transactionclose hook: HG_BUNDLE2-EXP=1 HG_NEW_OBSMARKERS=1 HG_SOURCE=push HG_URL=push
   155   remote: adding changesets
   158   remote: adding changesets
   156   remote: adding manifests
   159   remote: adding manifests
   157   remote: adding file changes
   160   remote: adding file changes
   158   remote: added 1 changesets with 0 changes to 0 files (-1 heads)
   161   remote: added 1 changesets with 0 changes to 0 files (-1 heads)
   159   remote: 1 new obsolescence markers
   162   remote: 1 new obsolescence markers
   222   remote: adding manifests
   225   remote: adding manifests
   223   remote: adding file changes
   226   remote: adding file changes
   224   remote: added 1 changesets with 1 changes to 1 files
   227   remote: added 1 changesets with 1 changes to 1 files
   225   remote: 1 new obsolescence markers
   228   remote: 1 new obsolescence markers
   226   updating bookmark book_5fdd
   229   updating bookmark book_5fdd
       
   230   remote: b2x-transactionclose hook: HG_BUNDLE2-EXP=1 HG_NEW_OBSMARKERS=1 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1
   227   $ hg -R other log -G
   231   $ hg -R other log -G
   228   o  6:5fddd98957c8 draft Nicolas Dumazet <nicdumz.commits@gmail.com> book_5fdd C
   232   o  6:5fddd98957c8 draft Nicolas Dumazet <nicdumz.commits@gmail.com> book_5fdd C
   229   |
   233   |
   230   o  5:42ccdea3bb16 draft Nicolas Dumazet <nicdumz.commits@gmail.com> book_42cc B
   234   o  5:42ccdea3bb16 draft Nicolas Dumazet <nicdumz.commits@gmail.com> book_42cc B
   231   |
   235   |