2
# where is the bazaar branch located, and what should we call it?
3
folder='/Users/robey/code/bzr/bzr.dev'
6
# should we cache revisions? (HIGHLY recommended) where?
7
# this will be a folder containing a couple of files. if the folder
8
# doesn't already exist, we'll create it.
9
cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
11
# what url should i use in the atom feed, for external sites?
12
external_url="http://localhost:8080"
15
bzrpath='/Users/robey/code/bzr/bzr'