Show More
@@ -705,7 +705,17 b' Local push' | |||||
705 | Using ssh |
|
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 | pushing to ssh://user@dummy/issue4455-dest |
|
719 | pushing to ssh://user@dummy/issue4455-dest | |
710 | searching for changes |
|
720 | searching for changes | |
711 | no changes found |
|
721 | no changes found | |
@@ -718,7 +728,7 b' Using ssh' | |||||
718 | Using http |
|
728 | Using http | |
719 | ---------- |
|
729 | ---------- | |
720 |
|
730 | |||
721 | $ hg push -B @ http |
|
731 | $ hg push -B @ http --config experimental.bundle2-exp=True | |
722 | pushing to http://localhost:$HGPORT/ |
|
732 | pushing to http://localhost:$HGPORT/ | |
723 | searching for changes |
|
733 | searching for changes | |
724 | no changes found |
|
734 | no changes found | |
@@ -727,3 +737,13 b' Using http' | |||||
727 | [1] |
|
737 | [1] | |
728 | $ hg -R ../issue4455-dest/ bookmarks |
|
738 | $ hg -R ../issue4455-dest/ bookmarks | |
729 | no bookmarks set |
|
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