=== modified file 'loggerhead/apps/branch.py' --- loggerhead/apps/branch.py 2008-07-17 23:52:30 +0000 +++ loggerhead/apps/branch.py 2008-08-04 21:35:47 +0000 @@ -23,10 +23,12 @@ class BranchWSGIApp(object): - def __init__(self, branch, friendly_name=None, config={}, graph_cache=None): + def __init__(self, branch, friendly_name=None, config={}, + graph_cache=None, branch_link=None): self.branch = branch self._config = config self.friendly_name = friendly_name + self.branch_link = branch_link self.log = logging.getLogger('loggerhead.%s' % (friendly_name,)) if graph_cache is None: graph_cache = bzrlib.lru_cache.LRUCache() === modified file 'loggerhead/templates/annotate.pt' --- loggerhead/templates/annotate.pt 2008-07-28 21:40:58 +0000 +++ loggerhead/templates/annotate.pt 2008-08-04 21:35:47 +0000 @@ -15,8 +15,16 @@

- - : (revision ) + + + nice/branch/name + + + + + + : (revision )

=== modified file 'loggerhead/templates/changelog.pt' --- loggerhead/templates/changelog.pt 2008-07-28 21:40:58 +0000 +++ loggerhead/templates/changelog.pt 2008-08-04 21:35:47 +0000 @@ -14,7 +14,16 @@

- : changes + + + nice/branch/name + + + + + + : changes to from revision matching === modified file 'loggerhead/templates/inventory.pt' --- loggerhead/templates/inventory.pt 2008-07-28 21:40:58 +0000 +++ loggerhead/templates/inventory.pt 2008-08-04 21:35:47 +0000 @@ -11,8 +11,17 @@

- : viewing - for revision + + + nice/branch/name + + + + + + : viewing + for revision

=== modified file 'loggerhead/templates/macros.pt' --- loggerhead/templates/macros.pt 2008-07-28 21:40:58 +0000 +++ loggerhead/templates/macros.pt 2008-08-04 21:35:47 +0000 @@ -32,7 +32,7 @@

- +
  • - +

    === modified file 'loggerhead/templates/revision.pt' --- loggerhead/templates/revision.pt 2008-07-28 21:40:58 +0000 +++ loggerhead/templates/revision.pt 2008-08-04 21:35:47 +0000 @@ -15,7 +15,17 @@ -

    : +

    + + + nice/branch/name + + + + + + : (compared to revision )