[06:45] morning [06:46] afaik, after cloning some git repo with 'git clone repo-url', one can do 'git fetch' and then checkout to some other (non-master) branch. with brz it's possible to use 'brz switch', but i wonder how to replace 'git clone url; git fetch' with brz only? [08:46] gour: breezy's operations are generally per branch rather than per repository (as in Git) [08:46] gour: there is https://bugs.launchpad.net/brz/+bug/831939 for clone support [08:46] Ubuntu bug 831939 in Breezy "command for cloning bzrdir including *all* colocated branches" [Wishlist,Triaged] [08:48] jelmer: thanks. that would be cool to have, indeed [09:05] gour: FWIW you can address individual colocated branches by adding ",branch=blah" to the end of a URL [09:05] but it's a bit clunky [09:11] jelmer: i tried that before, but it was not clear whether i should do it in a separate directory or within original clone...moreover, i got some errors in regard and therefore did 'git clone; git fetch' [10:54] gour: something like 'brz branch https://code.blah/foo,branch=blah file:.,branch=blah' should work [10:54] but yeah, pretty clunky :) === mgz_ is now known as mgz