~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/inventory_ui.py

  • Committer: Michael Hudson
  • Date: 2009-03-16 06:23:00 UTC
  • Revision ID: michael.hudson@canonical.com-20090316062300-xzqamcrbksg4url4
fix minor visual issue caused by IE compatibility work

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
                revno_url = 'head:'
147
147
            else:
148
148
                revno_url = history.get_revno(revid)
149
 
            history.add_branch_nicks(change)
 
149
            # add parent & merge-point branch-nick info, in case it's useful
 
150
            history.get_branch_nicks([ change ])
150
151
 
151
152
            # Create breadcrumb trail for the path within the branch
152
153
            branch_breadcrumbs = util.branch_breadcrumbs(path, rev_tree, 'files')