hg site extension
 
(Arne Babenhauserheide)
2012-06-26: ignore freenet repos, too.

ignore freenet repos, too.

diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -259,7 +259,7 @@ def writelog(ui, repo, target, name):
 
 def getincoming(ui, repo, otheruri, other=None):
     # cannot do that for ftp repos, yet
-    if otheruri.startswith("ftp://"):
+    if otheruri.startswith("ftp://") or otheruri.startswith("freenet://"):
         chlist = []
         def cleanupfn():
             pass
@@ -284,7 +284,7 @@ def getincoming(ui, repo, otheruri, othe
 
 def getoutgoing(ui, repo, otheruri, other=None):
     # cannot do that for ftp repos, yet
-    if otheruri.startswith("ftp://"):
+    if otheruri.startswith("ftp://") or otheruri.startswith("freenet://"):
         chlist = []
         def cleanupfn():
             pass