Comment 1 for bug 203119

Revision history for this message
Alexander Belchenko (bialix) wrote :

Here the fix:

=== modified file 'browse.py'
--- browse.py 2007-12-04 13:10:17 +0000
+++ browse.py 2008-03-17 10:46:40 +0000
@@ -97,7 +97,7 @@
                 revision_spec = str(revno)
             self.set_revision(revision_id=revision_id, text=revision_spec)
         else:
- self.set_revision(revspec)
+ self.set_revision(revision)

     def load_file_tree(self, entry, parent_item):
         files, dirs = [], []