Category Archives: Bazaar

Bazaar commit metadata

I maintain a few open source projects that use SVN, so notes like “Fixes bug #123, patch by J. Random Hacker” in commit messages are more than usual. When I started using Bazaar for Picard, I thought it would be … Continue reading

Posted in Bazaar, Tools | Tagged , , | Leave a comment

Working with branches in Bazaar

Many people dislike the directory-per-branch concept that Bazaar uses. What they don’t realize though, is that this doesn’t mean you need to have a working tree for each branch. You can very easily simulate cheap Git-style branches, but with some … Continue reading

Posted in Bazaar, Tools | Tagged , , | 2 Comments