wiki:BzrPlugin

Bazaar VCS support

Description

The plugin at http://launchpad.net/trac-bzr/ adds support to Trac (0.10 and higher) for the Bazaar version control system. Bazaar itself is GPL licensed, and its development has stalled since 2017.

Note about encoding of source files

Because Bazaar version 0.17 does not store information about encoding of text files, you 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:

[trac]
default_charset = cp1251

Bugs/Feature Requests

Log your defects, enhancements or tasks on the Launchpad page.

Download / Source

See the Launchpad page or the PyPi page.

Author/Contributors

Author: Trac Bzr team
Contributors:

Last modified 2 years ago Last modified on Feb 13, 2022, 11:50:22 AM