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:
parent
4ccfc3a7f0
commit
9e73b7d3d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue