On Thursday, August 6, 2015 at 11:31:33 AM UTC-7, Jun Omae wrote: > > On Fri, Aug 7, 2015 at 2:23 AM, Maxi Robaina <[email protected] > <javascript:>> 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 > >
Should we bump the revision number of that branch to avoid confusion? It appears that it hasn't been changed for many revisions. -- 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.
