# HG changeset patch # User Augie Fackler # Date 2010-10-09 22:58:48 # Node ID d664547ef54014b1a12cb8070bed0522b547b653 # Parent 5ce3a1eb7f888c25b56bfb9fd836a0636c8e3bfa hgweb: add help link to templates missed in ead4e21f49f1 diff --git a/mercurial/templates/gitweb/fileannotate.tmpl b/mercurial/templates/gitweb/fileannotate.tmpl --- a/mercurial/templates/gitweb/fileannotate.tmpl +++ b/mercurial/templates/gitweb/fileannotate.tmpl @@ -25,7 +25,9 @@ revisions | annotate | diff | -raw
+raw | +help +
{file|escape}
diff --git a/mercurial/templates/gitweb/filelog.tmpl b/mercurial/templates/gitweb/filelog.tmpl --- a/mercurial/templates/gitweb/filelog.tmpl +++ b/mercurial/templates/gitweb/filelog.tmpl @@ -22,7 +22,8 @@ revisions | annotate | diff | -rss +rss | +help
{nav%filenav} diff --git a/mercurial/templates/gitweb/filerevision.tmpl b/mercurial/templates/gitweb/filerevision.tmpl --- a/mercurial/templates/gitweb/filerevision.tmpl +++ b/mercurial/templates/gitweb/filerevision.tmpl @@ -25,7 +25,9 @@ file | revisions | annotate | diff | -raw
+raw | +help +
{file|escape}
diff --git a/mercurial/templates/gitweb/search.tmpl b/mercurial/templates/gitweb/search.tmpl --- a/mercurial/templates/gitweb/search.tmpl +++ b/mercurial/templates/gitweb/search.tmpl @@ -26,6 +26,8 @@ tags | branches | files{archives%archiveentry} + | + help
diff --git a/mercurial/templates/monoblue/changeset.tmpl b/mercurial/templates/monoblue/changeset.tmpl --- a/mercurial/templates/monoblue/changeset.tmpl +++ b/mercurial/templates/monoblue/changeset.tmpl @@ -25,6 +25,7 @@
  • tags
  • branches
  • files
  • +
  • help
  • diff --git a/mercurial/templates/monoblue/error.tmpl b/mercurial/templates/monoblue/error.tmpl --- a/mercurial/templates/monoblue/error.tmpl +++ b/mercurial/templates/monoblue/error.tmpl @@ -25,6 +25,7 @@
  • tags
  • branches
  • files
  • +
  • help
  • diff --git a/mercurial/templates/monoblue/fileannotate.tmpl b/mercurial/templates/monoblue/fileannotate.tmpl --- a/mercurial/templates/monoblue/fileannotate.tmpl +++ b/mercurial/templates/monoblue/fileannotate.tmpl @@ -25,6 +25,7 @@
  • tags
  • branches
  • files
  • +
  • help
  • diff --git a/mercurial/templates/monoblue/filediff.tmpl b/mercurial/templates/monoblue/filediff.tmpl --- a/mercurial/templates/monoblue/filediff.tmpl +++ b/mercurial/templates/monoblue/filediff.tmpl @@ -25,6 +25,7 @@
  • tags
  • branches
  • files
  • +
  • help
  • diff --git a/mercurial/templates/monoblue/filelog.tmpl b/mercurial/templates/monoblue/filelog.tmpl --- a/mercurial/templates/monoblue/filelog.tmpl +++ b/mercurial/templates/monoblue/filelog.tmpl @@ -25,6 +25,7 @@
  • tags
  • branches
  • files
  • +
  • help
  • diff --git a/mercurial/templates/monoblue/filerevision.tmpl b/mercurial/templates/monoblue/filerevision.tmpl --- a/mercurial/templates/monoblue/filerevision.tmpl +++ b/mercurial/templates/monoblue/filerevision.tmpl @@ -25,6 +25,7 @@
  • tags
  • branches
  • files
  • +
  • help
  • diff --git a/mercurial/templates/monoblue/notfound.tmpl b/mercurial/templates/monoblue/notfound.tmpl --- a/mercurial/templates/monoblue/notfound.tmpl +++ b/mercurial/templates/monoblue/notfound.tmpl @@ -25,6 +25,7 @@
  • tags
  • branches
  • files{archives%archiveentry}
  • +
  • help
  • diff --git a/mercurial/templates/monoblue/search.tmpl b/mercurial/templates/monoblue/search.tmpl --- a/mercurial/templates/monoblue/search.tmpl +++ b/mercurial/templates/monoblue/search.tmpl @@ -25,6 +25,7 @@
  • tags
  • branches
  • files{archives%archiveentry} +
  • help
  • diff --git a/mercurial/templates/paper/error.tmpl b/mercurial/templates/paper/error.tmpl --- a/mercurial/templates/paper/error.tmpl +++ b/mercurial/templates/paper/error.tmpl @@ -14,6 +14,7 @@
  • graph
  • tags
  • branches
  • +
  • help
  • diff --git a/mercurial/templates/paper/fileannotate.tmpl b/mercurial/templates/paper/fileannotate.tmpl --- a/mercurial/templates/paper/fileannotate.tmpl +++ b/mercurial/templates/paper/fileannotate.tmpl @@ -28,6 +28,9 @@
  • file log
  • raw
  • +
    diff --git a/mercurial/templates/paper/filediff.tmpl b/mercurial/templates/paper/filediff.tmpl --- a/mercurial/templates/paper/filediff.tmpl +++ b/mercurial/templates/paper/filediff.tmpl @@ -27,6 +27,9 @@
  • file log
  • raw
  • +
    diff --git a/mercurial/templates/paper/filelog.tmpl b/mercurial/templates/paper/filelog.tmpl --- a/mercurial/templates/paper/filelog.tmpl +++ b/mercurial/templates/paper/filelog.tmpl @@ -30,6 +30,9 @@
  • file log
  • raw
  • +
    diff --git a/mercurial/templates/paper/filerevision.tmpl b/mercurial/templates/paper/filerevision.tmpl --- a/mercurial/templates/paper/filerevision.tmpl +++ b/mercurial/templates/paper/filerevision.tmpl @@ -27,6 +27,9 @@
  • file log
  • raw
  • +
    diff --git a/mercurial/templates/paper/help.tmpl b/mercurial/templates/paper/help.tmpl --- a/mercurial/templates/paper/help.tmpl +++ b/mercurial/templates/paper/help.tmpl @@ -18,6 +18,7 @@
  • graph
  • tags
  • branches
  • +
  • help
  • diff --git a/mercurial/templates/paper/search.tmpl b/mercurial/templates/paper/search.tmpl --- a/mercurial/templates/paper/search.tmpl +++ b/mercurial/templates/paper/search.tmpl @@ -14,6 +14,7 @@
  • graph
  • tags
  • branches
  • +
  • help
  • diff --git a/mercurial/templates/spartan/changelog.tmpl b/mercurial/templates/spartan/changelog.tmpl --- a/mercurial/templates/spartan/changelog.tmpl +++ b/mercurial/templates/spartan/changelog.tmpl @@ -14,6 +14,7 @@ branches files {archives%archiveentry} +help rss atom diff --git a/mercurial/templates/spartan/changeset.tmpl b/mercurial/templates/spartan/changeset.tmpl --- a/mercurial/templates/spartan/changeset.tmpl +++ b/mercurial/templates/spartan/changeset.tmpl @@ -12,6 +12,7 @@ files raw {archives%archiveentry} +help

    changeset: {desc|strip|escape|firstline|nonempty}

    diff --git a/mercurial/templates/spartan/fileannotate.tmpl b/mercurial/templates/spartan/fileannotate.tmpl --- a/mercurial/templates/spartan/fileannotate.tmpl +++ b/mercurial/templates/spartan/fileannotate.tmpl @@ -14,6 +14,7 @@ file revisions raw +help

    Annotate {file|escape}

    diff --git a/mercurial/templates/spartan/filediff.tmpl b/mercurial/templates/spartan/filediff.tmpl --- a/mercurial/templates/spartan/filediff.tmpl +++ b/mercurial/templates/spartan/filediff.tmpl @@ -14,6 +14,7 @@ revisions annotate raw +help

    {file|escape}

    diff --git a/mercurial/templates/spartan/filelog.tmpl b/mercurial/templates/spartan/filelog.tmpl --- a/mercurial/templates/spartan/filelog.tmpl +++ b/mercurial/templates/spartan/filelog.tmpl @@ -15,6 +15,7 @@ branches file annotate +help rss atom diff --git a/mercurial/templates/spartan/filerevision.tmpl b/mercurial/templates/spartan/filerevision.tmpl --- a/mercurial/templates/spartan/filerevision.tmpl +++ b/mercurial/templates/spartan/filerevision.tmpl @@ -14,6 +14,7 @@ revisions annotate raw +help

    {file|escape}

    diff --git a/mercurial/templates/spartan/graph.tmpl b/mercurial/templates/spartan/graph.tmpl --- a/mercurial/templates/spartan/graph.tmpl +++ b/mercurial/templates/spartan/graph.tmpl @@ -14,6 +14,7 @@ tags branches files +help

    graph

    diff --git a/mercurial/templates/spartan/manifest.tmpl b/mercurial/templates/spartan/manifest.tmpl --- a/mercurial/templates/spartan/manifest.tmpl +++ b/mercurial/templates/spartan/manifest.tmpl @@ -11,6 +11,7 @@ branches changeset {archives%archiveentry} +help

    files for changeset {node|short}: {path|escape}

    diff --git a/mercurial/templates/spartan/search.tmpl b/mercurial/templates/spartan/search.tmpl --- a/mercurial/templates/spartan/search.tmpl +++ b/mercurial/templates/spartan/search.tmpl @@ -11,6 +11,7 @@ branches files {archives%archiveentry} +help

    searching for {query|escape}

    diff --git a/mercurial/templates/spartan/shortlog.tmpl b/mercurial/templates/spartan/shortlog.tmpl --- a/mercurial/templates/spartan/shortlog.tmpl +++ b/mercurial/templates/spartan/shortlog.tmpl @@ -14,6 +14,7 @@ branches files {archives%archiveentry} +help rss atom diff --git a/mercurial/templates/spartan/tags.tmpl b/mercurial/templates/spartan/tags.tmpl --- a/mercurial/templates/spartan/tags.tmpl +++ b/mercurial/templates/spartan/tags.tmpl @@ -13,6 +13,7 @@ graph branches files +help rss atom diff --git a/tests/test-hgweb-commands.t b/tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t +++ b/tests/test-hgweb-commands.t @@ -205,7 +205,6 @@ Logs and changes
  • graph
  • tags
  • branches
  • -
  • help
  • @@ -521,6 +520,9 @@ File-related
  • file log
  • raw
  • +
    diff --git a/tests/test-hgweb-descend-empties.t b/tests/test-hgweb-descend-empties.t --- a/tests/test-hgweb-descend-empties.t +++ b/tests/test-hgweb-descend-empties.t @@ -52,7 +52,6 @@ manifest with descending
  • graph
  • tags
  • branches
  • -
  • help
  • diff --git a/tests/test-hgweb-diffs.t b/tests/test-hgweb-diffs.t --- a/tests/test-hgweb-diffs.t +++ b/tests/test-hgweb-diffs.t @@ -44,7 +44,6 @@ revision
  • graph
  • tags
  • branches
  • -
  • help
  • +
    @@ -267,7 +269,6 @@ revision
  • graph
  • tags
  • branches
  • -
  • help
  • +
    diff --git a/tests/test-hgweb-empty.t b/tests/test-hgweb-empty.t --- a/tests/test-hgweb-empty.t +++ b/tests/test-hgweb-empty.t @@ -33,7 +33,6 @@ Some tests for hgweb in an empty reposit
  • graph
  • tags
  • branches
  • -
  • help
  • diff --git a/tests/test-hgweb-filelog.t b/tests/test-hgweb-filelog.t --- a/tests/test-hgweb-filelog.t +++ b/tests/test-hgweb-filelog.t @@ -149,6 +149,9 @@ tip - two revisions
  • file log
  • raw
  • +
    @@ -244,6 +247,9 @@ second version - two revisions
  • file log
  • raw
  • +
    @@ -339,6 +345,9 @@ first deleted - one revision
  • file log
  • raw
  • +
    @@ -429,6 +438,9 @@ first version - one revision
  • file log
  • raw
  • +
    @@ -503,6 +515,7 @@ before addition - error
  • graph
  • tags
  • branches
  • +
  • help
  • @@ -564,6 +577,7 @@ should show base link, use spartan becau branches file annotate + help rss atom diff --git a/tests/test-hgweb-removed.t b/tests/test-hgweb-removed.t --- a/tests/test-hgweb-removed.t +++ b/tests/test-hgweb-removed.t @@ -39,7 +39,6 @@ revision
  • graph
  • tags
  • branches
  • -
  • help
  • +
    diff --git a/tests/test-hgweb.t b/tests/test-hgweb.t --- a/tests/test-hgweb.t +++ b/tests/test-hgweb.t @@ -63,6 +63,7 @@ should give a 404 - static file that doe
  • graph
  • tags
  • branches
  • +
  • help
  • @@ -147,6 +148,7 @@ should give a 404 - file does not exist
  • graph
  • tags
  • branches
  • +
  • help
  • @@ -213,7 +215,6 @@ try bad style
  • graph
  • tags
  • branches
  • -
  • help
  • +
    @@ -219,6 +222,9 @@ hgweb fileannotate, html
  • file log
  • raw
  • +