##// END OF EJS Templates
#176 LookupError: 00changelog.i@66f0739d7517: no node...
#176 LookupError: 00changelog.i@66f0739d7517: no node - fixed mercurial concurency bug. While there were many concurrent request to different repos at one time, sometimes there were race conditions that caused mercurial backend to mix up repository instance with current repo path from environ, a major rewrite of the middleware fixed that.

File last commit:

r1403:fc286aed beta
r1495:5bd42279 beta
Show More
index.html
14 lines | 337 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
${_('Dashboard')} - ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs()">
${c.rhodecode_name}
</%def>
<%def name="page_nav()">
${self.menu('home')}
</%def>
<%def name="main()">
<%include file="index_base.html" args="parent=self"/>
</%def>