##// END OF EJS Templates
fix: updated command list mapping for mercurial 6.5, after client upgrade a new command can be given which is clonebundles_manifest, we marked it explicit as pull command. Also added few more commands, fixes RCCE-111
fix: updated command list mapping for mercurial 6.5, after client upgrade a new command can be given which is clonebundles_manifest, we marked it explicit as pull command. Also added few more commands, fixes RCCE-111

File last commit:

r5037:bd722d6e default
r5484:aa514264 default
Show More
index.mako
14 lines | 294 B | application/x-mako | MakoHtmlLexer
<%inherit file="index_base.mako"/>
<%def name="title()">
${_('Dashboard')}
%if c.rhodecode_name:
&middot; ${h.branding(c.rhodecode_name)}
%endif
</%def>
<%def name="breadcrumbs()"></%def>
<%def name="menu_bar_nav()">
${self.menu_items(active='repositories')}
</%def>