tests/test-bookmarks-pushpull.t
changeset 25357 efa2621c2859
parent 25352 ddf99471e023
child 25441 58b766a21189
equal deleted inserted replaced
25356:d49328038b38 25357:efa2621c2859
   703   no bookmarks set
   703   no bookmarks set
   704 
   704 
   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
   709   pushing to ssh://user@dummy/issue4455-dest
   710   searching for changes
   710   searching for changes
   711   no changes found
   711   no changes found
   712   remote: pushkey-abort: prepushkey hook exited with status 1
   712   remote: pushkey-abort: prepushkey hook exited with status 1
   713   exporting bookmark @ failed!
   713   exporting bookmark @ failed!
   714   [1]
   714   [1]
   715   $ hg -R ../issue4455-dest/ bookmarks
   715   $ hg -R ../issue4455-dest/ bookmarks
   716   no bookmarks set
   716   no bookmarks set
   717 
   717 
       
   718   $ hg push -B @ ssh --config experimental.bundle2-exp=False
       
   719   pushing to ssh://user@dummy/issue4455-dest
       
   720   searching for changes
       
   721   no changes found
       
   722   remote: pushkey-abort: prepushkey hook exited with status 1
       
   723   exporting bookmark @ failed!
       
   724   [1]
       
   725   $ hg -R ../issue4455-dest/ bookmarks
       
   726   no bookmarks set
       
   727 
   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
   725   remote: pushkey-abort: prepushkey hook exited with status 1
   735   remote: pushkey-abort: prepushkey hook exited with status 1
   726   exporting bookmark @ failed!
   736   exporting bookmark @ failed!
   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