Merge with mercurial/crew
authorThomas Arendsen Hein <thomas@intevation.de>
Thu, 17 Nov 2005 19:18:33 +0100
changeset 1553 4aeba581990b
parent 1552 7509fa02437f (current diff)
parent 1549 fbe4bbd847e5 (diff)
child 1554 68ec7b9e09a4
Merge with mercurial/crew
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ try:
     py2exe_opts = {}
     if py2exe_for_demandload is not None:
         cmdclass['py2exe'] = py2exe_for_demandload
-        py2exe_opts['console'] = 'hg'
+        py2exe_opts['console'] = ['hg']
     setup(name='mercurial',
           version=mercurial.version.get_version(),
           author='Matt Mackall',
--- a/templates/notfound.tmpl
+++ b/templates/notfound.tmpl
@@ -5,7 +5,7 @@
 
 <h2>Mercurial Repositories</h2>
 
-The specified repository "#repo#" is unknown, sorry.
+The specified repository "#repo|escape#" is unknown, sorry.
 
 Please go back to the main repository list page.
 
--- a/templates/tags.tmpl
+++ b/templates/tags.tmpl
@@ -1,5 +1,5 @@
 #header#
-<title>#repo#: tags</title>
+<title>#repo|escape#: tags</title>
 </head>
 <body>