3 echo "==> In order to make trac-bzr work, you should change the"
4 echo "==> trac.ini file like this:"
6 echo "==> create a new section with the following:"
8 echo "==> [components]"
9 echo "==> tracbzr.* = enabled"
11 echo "==> ensure that repository_dir is the correct path to your"
12 echo "==> BZR repository directory.."
14 echo "==> repository_type should be bzr in order to make trac-bzr"
15 echo "==> work correctly. you can even use bzr+debug to force all"
16 echo "==> repository operations logged to the standard log output."