24
by Robey Pointer
figured out how to make my own separate config file like BzrInspect, and |
1 |
# where is the bazaar branch located, and what should we call it? |
2 |
folder='/Users/robey/code/bzr/bzr.dev' |
|
3 |
branch_name='bzr.dev' |
|
4 |
||
5 |
# should we cache revisions? (HIGHLY recommended) where? |
|
6 |
# this will be a folder containing a couple of files. if the folder |
|
7 |
# doesn't already exist, we'll create it. |
|
8 |
cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache' |
|
9 |
||
10 |
# what is my externally-visible url? (for use in the atom feed) |
|
46
by Robey Pointer
add footer banners for bazaar and loggerhead, and slightly improve the config |
11 |
external_url="http://localhost:8080" |
24
by Robey Pointer
figured out how to make my own separate config file like BzrInspect, and |
12 |
|
13 |
# where's bzrlib? |
|
14 |
# (you only need this if you don't install bzr.) |
|
46
by Robey Pointer
add footer banners for bazaar and loggerhead, and slightly improve the config |
15 |
bzrpath='/Users/robey/code/bzr/bzr' |
24
by Robey Pointer
figured out how to make my own separate config file like BzrInspect, and |
16 |
|
17 |