1 files changed, 1 insertions(+), 1 deletions(-)

M infocalypse/__init__.py
M infocalypse/__init__.py +1 -1
@@ 876,7 876,7 @@ default-push = freenet:{0}/{1}
         except:
             dest, branch = hg.parseurl(origdest)
         destrepo = hg.repository(ui, dest)
-        fncommands.infocalypse_pull(ui, destrepo, aggressive=True, hash=None, uri=pulluri, **opts)
+        fncommands.infocalypse_pull(ui, destrepo, hash=None, uri=pulluri, **opts)
         # store the request uri for future updates
         _hgrc_template = """[paths]
 default = freenet://{pulluri}