# HG changeset patch # User Marcin Kuzminski # Date 2010-07-04 11:47:28 # Node ID 588c6147efc783bc2af3e1a0c9d31a5c0c38b488 # Parent 6c23e72437e3b7df975fbc31c3a7a12effe02a2a removed unneded value diff --git a/pylons_app/controllers/files.py b/pylons_app/controllers/files.py --- a/pylons_app/controllers/files.py +++ b/pylons_app/controllers/files.py @@ -105,7 +105,7 @@ class FilesController(BaseController): c.file_msg = cs.get_file_message(f_path) c.cur_rev = cs.raw_id c.f_path = f_path - c.annotate = cs.get_file_annotate(f_path) + return render('files/files_annotate.html') def archivefile(self, repo_name, revision, fileformat):