# HG changeset patch # User Matt Mackall # Date 1207180037 18000 # Node ID d93f2f39bef47ef85c49630ec82f9cf8b16b754e # Parent b79a566195048f0603fec66d559ae7796f393c0c coal: more tweaks - add revision numbers to changeset, browse, and file pages - add revision number to revision number navigator in log - remove node from log and filelog pages - add changeset, browse, and archive buttons back to log page - make buttons more clickable with display: block - fix alignment of some table heads diff -r b79a56619504 -r d93f2f39bef4 templates/coal/changeset.tmpl --- a/templates/coal/changeset.tmpl Wed Apr 02 18:47:15 2008 -0500 +++ b/templates/coal/changeset.tmpl Wed Apr 02 18:47:17 2008 -0500 @@ -23,7 +23,7 @@

{repo|escape}

-

changeset {node|short} {changesettag}

+

changeset {rev}:{node|short} {changesettag}