tests/test-bundle-r.t
changeset 27422 67eeb7421d8d
parent 16913 f2719b387380
child 27423 c953e26f3734
--- a/tests/test-bundle-r.t	Thu Dec 17 14:59:11 2015 +0000
+++ b/tests/test-bundle-r.t	Thu Dec 17 15:03:45 2015 +0000
@@ -161,6 +161,9 @@
   $ hg -R test bundle --base 2 -r tip test-bundle-branch1.hg test-3
   abort: --base is incompatible with specifying a destination
   [255]
+  $ hg -R test bundle -a -r tip test-bundle-branch1.hg test-3
+  abort: --all is incompatible with specifying a destination
+  [255]
   $ hg -R test bundle -r tip test-bundle-branch1.hg
   abort: repository default-push not found!
   [255]