hgext/largefiles/proto.py
changeset 18922 d2c4d37f7db5
parent 18488 a977b42df8b3
child 19004 6614e5e24e66
--- a/hgext/largefiles/proto.py	Fri Apr 12 17:27:09 2013 -0700
+++ b/hgext/largefiles/proto.py	Fri Apr 12 17:33:24 2013 -0700
@@ -16,6 +16,11 @@
                            '\n\nPlease enable it in your Mercurial config '
                            'file.\n')
 
+# these will all be replaced by largefiles.uisetup
+capabilitiesorig = None
+ssholdcallstream = None
+httpoldcallstream = None
+
 def putlfile(repo, proto, sha):
     '''Put a largefile into a repository's local store and into the
     user cache.'''