##// END OF EJS Templates
bundle: highlight misbehavior when --base does not match any revision...
marmoute -
r52172:51021612 stable
parent child Browse files
Show More
@@ -140,6 +140,15 b' should fail'
140 140 $ hg -R test bundle --base 2 --all test-bundle-all-2.hg
141 141 ignoring --base because --all was specified
142 142 9 changesets found
143 $ hg -R test bundle --base 3-3 -r tip test-base-match-nothing-with-dest.hg --config paths.default=$TESTTMP/test-3
144 searching for changes (known-bad-output !)
145 1 changesets found (known-bad-output !)
146 5 changesets found (missing-correct-output !)
147 $ hg -R test bundle --base 3-3 -r tip test-base-match-nothing-no-dest.hg
148 config error: default repository not configured! (known-bad-output !)
149 (see 'hg help config.paths') (known-bad-output !)
150 5 changesets found (missing-correct-output !)
151 [30]
143 152 $ hg -R test bundle --base 3 -r tip test-bundle-should-fail.hg
144 153 1 changesets found
145 154
General Comments 0
You need to be logged in to leave comments. Login now