mercurial/statichttprepo.py
changeset 23552 72319005f5fb
parent 20962 af4158b8876b
child 23558 3198aac7a95d
--- a/mercurial/statichttprepo.py	Sun Dec 14 21:00:58 2014 +0100
+++ b/mercurial/statichttprepo.py	Sun Dec 14 19:27:58 2014 +0100
@@ -70,7 +70,7 @@
         def __init__(self, base):
             self.base = base
 
-        def __call__(self, path, mode="r", atomictemp=None):
+        def __call__(self, path, mode='r', *args, **kw):
             if mode not in ('r', 'rb'):
                 raise IOError('Permission denied')
             f = "/".join((self.base, urllib.quote(path)))