Mercurial > hg
comparison tests/test-bundle-r.t @ 27422:67eeb7421d8d
bundle: fix error for --all with destination
Before it complained about --base
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 17 Dec 2015 15:03:45 +0000 |
parents | f2719b387380 |
children | c953e26f3734 |
comparison
equal
deleted
inserted
replaced
27421:930f529b0d5f | 27422:67eeb7421d8d |
---|---|
158 | 158 |
159 should fail | 159 should fail |
160 | 160 |
161 $ hg -R test bundle --base 2 -r tip test-bundle-branch1.hg test-3 | 161 $ hg -R test bundle --base 2 -r tip test-bundle-branch1.hg test-3 |
162 abort: --base is incompatible with specifying a destination | 162 abort: --base is incompatible with specifying a destination |
163 [255] | |
164 $ hg -R test bundle -a -r tip test-bundle-branch1.hg test-3 | |
165 abort: --all is incompatible with specifying a destination | |
163 [255] | 166 [255] |
164 $ hg -R test bundle -r tip test-bundle-branch1.hg | 167 $ hg -R test bundle -r tip test-bundle-branch1.hg |
165 abort: repository default-push not found! | 168 abort: repository default-push not found! |
166 [255] | 169 [255] |
167 | 170 |