Andreas Ericsson <ae@xxxxxx> writes: > Now I'm really confused. Does bazaar have both "clone" (git-style > fetching a full repo and all the branches) and "checkout" (cvs-style > fetching only the working tree)? Yes, it has both. That's "bzr branch" (git clone) and "bzr checkout" (cvs checkout). Difference between "bzr branch" and "git clone" is that bzr doesn't fetch all the branches. It fetches one "branch" (succession of revisions) with all the ancestors of the revisions of the branch. -- Matthieu - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html