[[PageOutline(2-5,Contents,pullout)]] = Bazaar VCS support == Description The plugin at http://launchpad.net/trac-bzr/ adds support to Trac (0.10 and higher) for the [http://bazaar-vcs.org/ Bazaar] version control system. A branch with a somewhat different approach (allows access to multiple branches, but in a way quite different from how a svn trac works) can be seen in action on http://dev.gentooexperimental.org/pkgcore-trac/wiki/Branches. === Note about encoding of source files Because at this moment (bzr 0.17 version) Bazaar does not store information about encoding of text files, so you probably may have problems to see your content. By default Trac use encoding iso-8895-15 to show content of your files. If you need to change this option, you need to edit the `trac.ini` file of your project. In section "trac" you need to change parameter named "default_charset". For example for Russian files: {{{#!ini [trac] default_charset = cp1251 }}} == Bugs/Feature Requests Log your defects, enhancements or tasks on the Launchpad page. == Download / Source See Launchpad page. == Author/Contributors '''Author:''' [https://launchpad.net/~trac-bzr-team Trac Bzr team] [[BR]] '''Contributors:'''