Mercurial > public > mercurial-scm > hg
diff templates/old/map @ 3422:0eba7e76cd02
Convert changenav bar from revisions to hashes (closes issue189)
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 16 Oct 2006 11:02:11 -0700 |
parents | 105253b30239 |
children | 46c5e1ee8aaa |
line wrap: on
line diff
--- a/templates/old/map Mon Oct 16 12:56:41 2006 +0200 +++ b/templates/old/map Mon Oct 16 11:02:11 2006 -0700 @@ -5,8 +5,8 @@ changelog = changelog.tmpl shortlog = shortlog.tmpl shortlogentry = shortlogentry.tmpl -naventry = '<a href="?cl=#rev#">#label|escape#</a> ' -navshortentry = '<a href="?sl=#rev#">#label|escape#</a> ' +naventry = '<a href="?cl={node|short}">{label|escape}</a> ' +navshortentry = '<a href="?sl={node|short}">{label|escape}</a> ' filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> ' filenodelink = '<a href="?f=#node|short#;file=#file|urlescape#">#file|escape#</a> ' fileellipses = '...'