Changes between Version 7 and Version 8 of BzrPlugin


Ignore:
Timestamp:
Jun 13, 2015, 1:28:43 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • BzrPlugin

    v7 v8  
    1 = Bazaar VCS support =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 The plugin at http://launchpad.net/products/trac-bzr/ adds support to Trac (0.10 and higher) for the [http://bazaar-vcs.org/ Bazaar] version control system.
     3= Bazaar VCS support
     4
     5== Description
     6
     7The 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.
    48
    59A 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.
    610
    7 == Note about encoding of source files ==
     11=== Note about encoding of source files
    812
    9 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 trac.ini of your project. In section "trac" you need to change parameter named "default_charset". E.g. for russian files:
    10 {{{
    11 #!ini
     13Because 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:
     14{{{#!ini
    1215[trac]
    1316default_charset = cp1251
    1417}}}
     18
     19== Bugs/Feature Requests
     20
     21Log your defects, enhancements or tasks on the Launchpad page.
     22
     23== Download / Source
     24
     25See Launchpad page.
     26
     27== Author/Contributors
     28
     29'''Author:''' [https://launchpad.net/~trac-bzr-team Trac Bzr team] [[BR]]
     30'''Contributors:'''
     31