##// END OF EJS Templates
test: use both bundle formats in test-bookmarks-pushpull...
Pierre-Yves David -
r25357:efa2621c default
parent child Browse files
Show More
@@ -705,7 +705,17 b' Local push'
705 705 Using ssh
706 706 ---------
707 707
708 $ hg push -B @ ssh
708 $ hg push -B @ ssh --config experimental.bundle2-exp=True
709 pushing to ssh://user@dummy/issue4455-dest
710 searching for changes
711 no changes found
712 remote: pushkey-abort: prepushkey hook exited with status 1
713 exporting bookmark @ failed!
714 [1]
715 $ hg -R ../issue4455-dest/ bookmarks
716 no bookmarks set
717
718 $ hg push -B @ ssh --config experimental.bundle2-exp=False
709 719 pushing to ssh://user@dummy/issue4455-dest
710 720 searching for changes
711 721 no changes found
@@ -718,7 +728,7 b' Using ssh'
718 728 Using http
719 729 ----------
720 730
721 $ hg push -B @ http
731 $ hg push -B @ http --config experimental.bundle2-exp=True
722 732 pushing to http://localhost:$HGPORT/
723 733 searching for changes
724 734 no changes found
@@ -727,3 +737,13 b' Using http'
727 737 [1]
728 738 $ hg -R ../issue4455-dest/ bookmarks
729 739 no bookmarks set
740
741 $ hg push -B @ http --config experimental.bundle2-exp=False
742 pushing to http://localhost:$HGPORT/
743 searching for changes
744 no changes found
745 remote: pushkey-abort: prepushkey hook exited with status 1
746 exporting bookmark @ failed!
747 [1]
748 $ hg -R ../issue4455-dest/ bookmarks
749 no bookmarks set
General Comments 0
You need to be logged in to leave comments. Login now