Mercurial > hg
annotate templates/header.tmpl @ 363:ae96b7e1318d
Add hg copy
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Add hg copy
extend dirstate to remember copies
add copy command
add copy repo operation
write copy metadata with commit
manifest hash: 9f42c7b4a2400d35807b5f18c05a31814fa3e375
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCsMBTywK+sNU5EO8RAjXpAJ9fvNtTP1A/4veqFWQHcWGro7buyACgoVXz
/ngGOFowxS/zGkvUvGavYGQ=
=drb1
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Wed, 15 Jun 2005 15:57:07 -0800 |
parents | e9b1147db448 |
children | 415054ea31c1 |
rev | line source |
---|---|
142 | 1 Content-type: text/html |
2 | |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
142
diff
changeset
|
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
142 | 4 <html> |
5 <head> | |
6 <style type="text/css"> | |
7 a { text-decoration:none; } | |
172
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
8 .parity0 { background-color: #dddddd; } |
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
9 .parity1 { background-color: #eeeeee; } |
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
10 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; } |
142 | 11 .plusline { color: green; } |
12 .minusline { color: red; } | |
13 .atline { color: purple; } | |
14 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } | |
15 .buttons a { | |
16 background-color: #666666; | |
17 padding: 2pt; | |
18 color: white; | |
19 font-family: sans; | |
20 font-weight: bold; | |
21 } | |
22 .metatag { | |
23 background-color: #888888; | |
24 color: white; | |
25 text-align: right; | |
26 } | |
27 | |
28 </style> |