mr.developer
mr.developer copied to clipboard
Using a wrong name with branch option will download the master
Using git, if I use:
my.products = git [email protected]:xxx/my.products.git branch=wrong_branch_name
I get no error or warning, but the master is taken. I think that an error must be reported instead (when doing "develop co my.products")