~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/config.py

  • Committer: John Arbash Meinel
  • Date: 2011-03-03 10:58:57 UTC
  • mfrom: (428.2.1 loggerhead)
  • Revision ID: john@arbash-meinel.com-20110303105857-2i83wei3fu4phkef
Use different favicons depending on whether you are browsing a branch, or browsing near a branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        self.SQL_DIR = sql_dir
88
88
 
89
89
    def get_option(self, option):
90
 
        """Get the value for the config option, either 
 
90
        """Get the value for the config option, either
91
91
        from ~/.bazaar/bazaar.conf or from the command line.
92
92
        All loggerhead-specific settings start with 'http_'
93
93
        """