tests/test-bookmarks-pushpull.t
changeset 29688 30c59bdd4f41
parent 29687 ac9b85079122
child 29973 4ddb05751b12
equal deleted inserted replaced
29687:ac9b85079122 29688:30c59bdd4f41
   820   no bookmarks set
   820   no bookmarks set
   821 
   821 
   822 Using ssh
   822 Using ssh
   823 ---------
   823 ---------
   824 
   824 
   825   $ hg push -B @ ssh --config experimental.bundle2-exp=True
   825   $ hg push -B @ ssh # bundle2+
   826   pushing to ssh://user@dummy/issue4455-dest
   826   pushing to ssh://user@dummy/issue4455-dest
   827   searching for changes
   827   searching for changes
   828   no changes found
   828   no changes found
   829   remote: pushkey-abort: prepushkey hook exited with status 1
   829   remote: pushkey-abort: prepushkey hook exited with status 1
   830   abort: exporting bookmark @ failed!
   830   abort: exporting bookmark @ failed!
   843   no bookmarks set
   843   no bookmarks set
   844 
   844 
   845 Using http
   845 Using http
   846 ----------
   846 ----------
   847 
   847 
   848   $ hg push -B @ http --config experimental.bundle2-exp=True
   848   $ hg push -B @ http # bundle2+
   849   pushing to http://localhost:$HGPORT/
   849   pushing to http://localhost:$HGPORT/
   850   searching for changes
   850   searching for changes
   851   no changes found
   851   no changes found
   852   remote: pushkey-abort: prepushkey hook exited with status 1
   852   remote: pushkey-abort: prepushkey hook exited with status 1
   853   abort: exporting bookmark @ failed!
   853   abort: exporting bookmark @ failed!