tests/test-bundle2-exchange.t
branchstable
changeset 24847 b705e5ab3b07
parent 24822 8678b1eafbcf
child 24849 aff2aca3420e
equal deleted inserted replaced
24846:e79dd1c9753e 24847:b705e5ab3b07
   557 
   557 
   558   $ hg -R main push other -r e7ec4e813ba6
   558   $ hg -R main push other -r e7ec4e813ba6
   559   pushing to other
   559   pushing to other
   560   searching for changes
   560   searching for changes
   561   pre-close-tip:e7ec4e813ba6 draft 
   561   pre-close-tip:e7ec4e813ba6 draft 
   562   transaction abort!
       
   563   rollback completed
       
   564   remote: adding changesets
   562   remote: adding changesets
   565   remote: adding manifests
   563   remote: adding manifests
   566   remote: adding file changes
   564   remote: adding file changes
   567   remote: added 1 changesets with 1 changes to 1 files
   565   remote: added 1 changesets with 1 changes to 1 files
       
   566   remote: transaction abort!
       
   567   remote: rollback completed
   568   abort: pretxnclose.failpush hook exited with status 1
   568   abort: pretxnclose.failpush hook exited with status 1
   569   [255]
   569   [255]
   570 
   570 
   571   $ hg -R main push ssh://user@dummy/other -r e7ec4e813ba6
   571   $ hg -R main push ssh://user@dummy/other -r e7ec4e813ba6
   572   pushing to ssh://user@dummy/other
   572   pushing to ssh://user@dummy/other
   573   searching for changes
   573   searching for changes
   574   remote: adding changesets
   574   remote: adding changesets
   575   remote: adding manifests
   575   remote: adding manifests
   576   remote: adding file changes
   576   remote: adding file changes
   577   remote: added 1 changesets with 1 changes to 1 files
   577   remote: added 1 changesets with 1 changes to 1 files
       
   578   remote: transaction abort!
       
   579   remote: rollback completed
   578   abort: pretxnclose.failpush hook exited with status 1
   580   abort: pretxnclose.failpush hook exited with status 1
   579   remote: pre-close-tip:e7ec4e813ba6 draft 
   581   remote: pre-close-tip:e7ec4e813ba6 draft 
   580   remote: transaction abort!
       
   581   remote: rollback completed
       
   582   [255]
   582   [255]
   583 
   583 
   584   $ hg -R main push http://localhost:$HGPORT2/ -r e7ec4e813ba6
   584   $ hg -R main push http://localhost:$HGPORT2/ -r e7ec4e813ba6
   585   pushing to http://localhost:$HGPORT2/
   585   pushing to http://localhost:$HGPORT2/
   586   searching for changes
   586   searching for changes
   587   remote: adding changesets
   587   remote: adding changesets
   588   remote: adding manifests
   588   remote: adding manifests
   589   remote: adding file changes
   589   remote: adding file changes
   590   remote: added 1 changesets with 1 changes to 1 files
   590   remote: added 1 changesets with 1 changes to 1 files
       
   591   remote: transaction abort!
       
   592   remote: rollback completed
   591   abort: pretxnclose.failpush hook exited with status 1
   593   abort: pretxnclose.failpush hook exited with status 1
   592   [255]
   594   [255]
   593 
   595 
   594 (check that no 'pending' files remain)
   596 (check that no 'pending' files remain)
   595 
   597