~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/annotate_ui.py

  • Committer: Michael Hudson
  • Date: 2008-11-18 08:51:18 UTC
  • mfrom: (243.1.1 annotateui-h-history)
  • Revision ID: michael.hudson@canonical.com-20081118085118-fdgz32gjeco5n5vr
missed renaming fix from Matt Nordoff

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        navigation = util.Container()
53
53
 
54
54
        if path is None:
55
 
            path = h.get_path(revid, file_id)
 
55
            path = history.get_path(revid, file_id)
56
56
        filename = os.path.basename(path)
57
57
 
58
58
        change = history.get_changes([ revid ])[0]