(Arne Babenhauserheide)
2012-11-04: comment update comment update
diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -255,6 +255,7 @@ def writeoverview(ui, repo, target, name
for branch, heads in repo.branchmap().items():
if branch and branch != "default": # not default
branches.extend(heads)
+ # if other branches exist, add default, too.
if branches:
branches.extend(repo.branchmap()["default"])