/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/controllers/atom_ui.py

  • Committer: Robey Pointer
  • Date: 2006-12-15 09:20:04 UTC
  • Revision ID: robey@lag.net-20061215092004-q9u5p1aa4xn4893k
figured out how to make my own separate config file like BzrInspect, and
did that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        entries = list(h.get_changelist(list(revlist)[:20]))
38
38
 
39
39
        vals = {
40
 
            'external_url': turbogears.config.get('loggerhead.external_url'),
41
 
            'branch_name': turboears.config.get('loggerhead.branch_name'),
 
40
            'external_url': util.get_config().get('external_url'),
 
41
            'branch_name': util.get_config().get('branch_name'),
42
42
            'changes': entries,
43
43
            'util': util,
44
44
            'history': h,