tests/test-bookmarks-pushpull.t
changeset 31766 bdcaf612e75a
parent 30332 318a24b52eeb
child 32077 de115db3688e
equal deleted inserted replaced
31765:264baeef3588 31766:bdcaf612e75a
   579 
   579 
   580 (test that incoming/outgoing exit with 1, if there is no bookmark to
   580 (test that incoming/outgoing exit with 1, if there is no bookmark to
   581 be exchanged)
   581 be exchanged)
   582 
   582 
   583   $ hg -R repo1 incoming -B
   583   $ hg -R repo1 incoming -B
   584   comparing with $TESTTMP/bmcomparison/source
   584   comparing with $TESTTMP/bmcomparison/source (glob)
   585   searching for changed bookmarks
   585   searching for changed bookmarks
   586   no changed bookmarks found
   586   no changed bookmarks found
   587   [1]
   587   [1]
   588   $ hg -R repo1 outgoing -B
   588   $ hg -R repo1 outgoing -B
   589   comparing with $TESTTMP/bmcomparison/source
   589   comparing with $TESTTMP/bmcomparison/source (glob)
   590   searching for changed bookmarks
   590   searching for changed bookmarks
   591   no changed bookmarks found
   591   no changed bookmarks found
   592   [1]
   592   [1]
   593 
   593 
   594   $ hg -R repo1 bookmarks -f -r 1 ADD_ON_REPO1
   594   $ hg -R repo1 bookmarks -f -r 1 ADD_ON_REPO1