tests/test-bundle-r.t
changeset 46948 946db89607c8
parent 46651 6fc57680cfd6
child 47155 96ee8ca99f5a
equal deleted inserted replaced
46947:3f29765e0d95 46948:946db89607c8
   169   $ cd ..
   169   $ cd ..
   170 
   170 
   171 should fail
   171 should fail
   172 
   172 
   173   $ hg -R test bundle --base 2 -r tip test-bundle-branch1.hg test-3
   173   $ hg -R test bundle --base 2 -r tip test-bundle-branch1.hg test-3
   174   abort: --base is incompatible with specifying a destination
   174   abort: --base is incompatible with specifying destinations
   175   [10]
   175   [10]
   176   $ hg -R test bundle -a -r tip test-bundle-branch1.hg test-3
   176   $ hg -R test bundle -a -r tip test-bundle-branch1.hg test-3
   177   abort: --all is incompatible with specifying a destination
   177   abort: --all is incompatible with specifying destinations
   178   [10]
   178   [10]
   179   $ hg -R test bundle -r tip test-bundle-branch1.hg
   179   $ hg -R test bundle -r tip test-bundle-branch1.hg
   180   abort: repository default-push not found
   180   config error: default repository not configured!
   181   [255]
   181   (see 'hg help config.paths')
       
   182   [30]
   182 
   183 
   183   $ hg -R test bundle --base 2 -r tip test-bundle-branch1.hg
   184   $ hg -R test bundle --base 2 -r tip test-bundle-branch1.hg
   184   2 changesets found
   185   2 changesets found
   185   $ hg -R test bundle --base 2 -r 7 test-bundle-branch2.hg
   186   $ hg -R test bundle --base 2 -r 7 test-bundle-branch2.hg
   186   4 changesets found
   187   4 changesets found