1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 00:34:17 -07:00

Correct links to task branches.

Copied from Perforce
 Change: 185895
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-04-30 15:07:00 +01:00
parent 4ccfc3a7f0
commit 9e73b7d3d8

View file

@ -46,7 +46,7 @@ CHILD_RE = r'(?:{}|{})$'.format(TASK_BRANCH_RE, VERSION_BRANCH_RE)
TASK_BRANCH_ENTRY = '''
<tr valign="top">
<td><code><a href="{child}/">{date}/{task}</a></code></td>
<td><code><a href="{date}/{task}/">{date}/{task}</a></code></td>
<td><a href="https://info.ravenbrook.com/infosys/cgi/perfbrowse.cgi?@changes+{depot}/project/{project}/{child}/...">Changes</a></td>
<td>{desc_html}</td>
<td>Active (<a href="https://info.ravenbrook.com/infosys/cgi/perfbrowse.cgi?@diff2+{depot}/project/{project}/{child}/...@{base}+{depot}/project/{project}/{child}/...">diffs</a>).</td>