diff --git a/mercurial/templates/monoblue/manifest.tmpl b/mercurial/templates/monoblue/manifest.tmpl --- a/mercurial/templates/monoblue/manifest.tmpl +++ b/mercurial/templates/monoblue/manifest.tmpl @@ -33,13 +33,7 @@
{path|escape} {alltags}
drwxr-xr-x | -- | - | [up] | -- |
/
drwxr-xr-x | -- | - | [up] | -- |
drwxr-xr-x | diff --git a/tests/test-hgweb-symrev.t b/tests/test-hgweb-symrev.t --- a/tests/test-hgweb-symrev.t +++ b/tests/test-hgweb-symrev.t @@ -754,7 +754,6 @@ Set up the repo[up] | dirfiles | @@ -817,7 +816,6 @@ Set up the repo[up] | dirfiles | diff --git a/tests/test-hgweb.t b/tests/test-hgweb.t --- a/tests/test-hgweb.t +++ b/tests/test-hgweb.t @@ -812,6 +812,10 @@ no '[up]' entry in file view when in roo [1] $ get-with-headers.py localhost:$HGPORT 'file/tip/da?style=gitweb' | grep -F '[up]' [up] + $ get-with-headers.py localhost:$HGPORT 'file/tip?style=monoblue' | grep -F '[up]' + [1] + $ get-with-headers.py localhost:$HGPORT 'file/tip/da?style=monoblue' | grep -F '[up]' + [up] no style can be loaded from directories other than the specified paths