On Fri, Aug 7, 2015 at 2:23 AM, Maxi Robaina <[email protected]> wrote: > 2015-08-06 11:34:03,958 Trac[main] ERROR: Internal Server Error: > Traceback (most recent call last): > File > "/home/vikingo/virtualenvs/trac/lib/python2.7/site-packages/trac/web/main.py", > line 529, in _dispatch_request > dispatcher.dispatch(req) > File > "/home/vikingo/virtualenvs/trac/lib/python2.7/site-packages/trac/web/main.py", > line 243, in dispatch > resp = chosen_handler.process_request(req) > File > "/home/vikingo/virtualenvs/trac/lib/python2.7/site-packages/trac/versioncontrol/web_ui/browser.py", > line 401, in process_request > quickjump_data = list(repos.get_quickjump_entries(rev)) > File "build/bdist.linux-x86_64/egg/tracext/hg/backend.py", line 601, in > get_quickjump_entries > for b, n in self.repo.branchtags().items(): > File "/usr/lib/python2.7/dist-packages/mercurial/repoview.py", line 217, in > __getattr__ > return getattr(self._unfilteredrepo, attr) > AttributeError: 'localrepository' object has no attribute 'branchtags'
It doesn't seem that you use latest of 0.12 branch. Make sure that latest of 0.12 branch is used. 601 try: 602 return repo[repo.lookup(self.to_s(rev))].rev() 603 except (HgLookupError, RepoError): See https://hg.edgewall.org/trac/mercurial-plugin/file/0.12/tracext/hg/backend.py#l601 >> >> - System Information and Installed Plugins in "About Trac" page. > > System Information > > Trac 0.12.7 > Babel 0.9.6 > Genshi 0.6.1 (without speedups) > Mercurial 3.0.1 > mod_wsgi 3.3 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL}) > Pygments 1.6rc1 > pysqlite 2.6.0 > Python 2.7.3 (default, Jun 22 2015, 19:44:33) [GCC 4.6.3] > setuptools 0.6 > SQLite 3.7.9 > jQuery:1.4.4 Please post both "System Information" and "Installed Plugins" in "About Trac" page, not only "System Information". -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
