%inherit file="/base/base.html"/> <%namespace name="comment" file="/changeset/changeset_file_comment.html"/> <%block name="title"> ${_('%s Pull Request %s') % (c.repo_name, c.pull_request.nice_id())} %block> <%def name="breadcrumbs_links()"> ${_('Pull request %s from %s#%s') % (c.pull_request.nice_id(), c.pull_request.org_repo.repo_name, c.cs_branch_name)} %def> <%block name="header_menu"> ${self.menu('repositories')} %block> <%def name="main()"> <% editable = not c.pull_request.is_closed() and (h.HasPermissionAny('hg.admin')() or h.HasRepoPermissionAny('repository.admin')(c.repo_name) or c.pull_request.owner.user_id == c.authuser.user_id) %> ${self.repo_context_bar('showpullrequest')}
%if editable: ${h.radio(name='updaterev', value='')} %endif | ${_("Current revision - no change")} | %else:%if editable and cs.revision in c.avail_revs: ${h.radio(name='updaterev', value=cs.raw_id)} %endif | ${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.cs_repo.repo_name,revision=cs.raw_id))} | %endif |
${_('Changeset was too big and was cut off...')} ${_('Show full diff anyway')}
% endif