blob: 910e02674b774b23e882858d8c218a69575395ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
following lines must be added to your trac.ini and Trac must be
restarted.
[trac]
repository_dir = /path/to/repository
repository_type = bzr
[components]
tracbzr.* = enabled
|