Changes between Version 8 and Version 9 of BzrPlugin


Ignore:
Timestamp:
Jan 17, 2016, 5:23:27 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • BzrPlugin

    v8 v9  
    1111=== Note about encoding of source files
    1212
    13 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:
     13Because 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:
    1414{{{#!ini
    1515[trac]
     
    2323== Download / Source
    2424
    25 See Launchpad page.
     25See the [http://launchpad.net/trac-bzr/ Launchpad page] or the [pypi:TracBzr PyPi page].
    2626
    2727== Author/Contributors