~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf

  • Committer: Michael Hudson-Doyle
  • Date: 2012-01-23 21:10:46 UTC
  • mfrom: (461.3.1 bug-390029)
  • Revision ID: michael.hudson@linaro.org-20120123211046-ec3rqt27goxfnxnq
fix a crash in comparing a revision to itself

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# where is the bazaar branch located, and what should we call it?
3
 
folder='/Users/robey/code/bzr/bzr.dev'
4
 
branch_name='bzr.dev'
5
 
 
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'
10
 
 
11
 
# what url should i use in the atom feed, for external sites?
12
 
external_url="http://localhost:8080"
13
 
 
14
 
# where's bzrlib?
15
 
bzrpath='/Users/robey/code/bzr/bzr'
16