diff --git a/kallithea/lib/vcs/utils/hgcompat.py b/kallithea/lib/vcs/utils/hgcompat.py
--- a/kallithea/lib/vcs/utils/hgcompat.py
+++ b/kallithea/lib/vcs/utils/hgcompat.py
@@ -41,3 +41,6 @@ if inspect.getargspec(memfilectx.__init_
def _memfilectx__init__(self, repo, *a, **b):
return _org__init__(self, *a, **b)
memfilectx.__init__ = _memfilectx__init__
+
+# workaround for 3.3 94ac64bcf6fe and not calling largefiles reposetup correctly
+localrepository._lfstatuswriters = [lambda *msg, **opts: None]
diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html
--- a/kallithea/templates/summary/summary.html
+++ b/kallithea/templates/summary/summary.html
@@ -41,7 +41,7 @@
<%block name="head_extra">
-
+