A question I could not answer from the bazaar documentation. If I have a shared repository with branches having no working trees. So the branches folders only have a .bzr/ folder, not a single source code file or whatsoever I might be version controlling.
If I get this branch local using
bzr branch sharedrepository/somebranch localbranch
I get a branch with source code ! Where on earth are the sources stored on the sharedrepository side ? I looked inside .bzr but cannot find out.
Thanks so much