(Arne Babenhauserheide)
2014-02-08: mini-cleanup mini-cleanup
diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -652,7 +652,6 @@ def writebugs(ui, repo, target, name):
content = templates["head"].replace("{reponame}", "<a href='../'>"+name+"</a>").replace("{title}", name)
content += body
content += templates["foot"].replace("{reponame}", "<a href='../'>"+name+"</a>")
- needswrite = False
try:
with open(bugsfile) as bf:
if not bugsfile.read() == content: