hg site extension
 
(Arne Babenhauserheide)
2013-04-13: links to outgoing commits now work.

links to outgoing commits now work.

diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -488,7 +488,7 @@ def getforkdata(ui, repo, target, name, 
     # prepare the log templater
     t = cmdutil.changeset_templater(ui, repo, patch=False, diffopts=None, mapfile=None, buffered=False)
     t.use_template(templates["commitlog"].replace(
-            "{relativepath}", "../"))
+            "{relativepath}", "../../"))
     
     # Add incoming commits
     html += "<div id='incoming'><h2>Incoming commits</h2>"