annotate templates/searchentry.tmpl @ 566:b2c9b36bd639

repo.changes: fix duplicate changes -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 repo.changes: fix duplicate changes We need to discard the changed and added lists from dirstate.changes before adding to them when comparing manifests. Otherwise something that changed from rev->parent->working dir will appear twice. Bug spotted by Goffredo Baroncelli <kreijack@libero.it> manifest hash: 64c335e2fe6df6d1ce29d0903f16821c7566768f -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxcT3ywK+sNU5EO8RAivLAJ4gqbWfMnt+BdyGac/ZGduy2KbNegCgncPV D4ay6Qw9sIodEPjRebvk3GE= =AZd2 -----END PGP SIGNATURE-----
author mpm@selenic.com
date Fri, 01 Jul 2005 14:34:31 -0800
parents 7140bc781655
children e8fd41110dce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
538
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
1 <div class="parity#parity#">
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
2 <table width="100%" cellpadding="0" cellspacing="0">
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
3 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
4 <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
5 <td><b>#desc|firstline|escape#</b></td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
6 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
7 <td align="right">changeset #rev#:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
8 <td><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
9 #parent1#
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
10 #parent2#
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
11 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
12 <td align="right">author:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
13 <td>#author|obfuscate#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
14 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
15 <td align="right">date:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
16 <td>#date|date#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
17 <tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
18 <td align="right" valign="top"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:&nbsp;</td>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
19 <td>#files#</td></tr>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
20 </table>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
21 </div>
7140bc781655 Add multiple keyword search to hgweb
mpm@selenic.com
parents:
diff changeset
22