##// END OF EJS Templates
largefiles: quiet (and document) undefined name errors (issue3886)...
Bryan O'Sullivan -
r18922:d2c4d37f default
parent child Browse files
Show More
@@ -16,6 +16,11 b" LARGEFILES_REQUIRED_MSG = ('\\nThis repos"
16 '\n\nPlease enable it in your Mercurial config '
16 '\n\nPlease enable it in your Mercurial config '
17 'file.\n')
17 'file.\n')
18
18
19 # these will all be replaced by largefiles.uisetup
20 capabilitiesorig = None
21 ssholdcallstream = None
22 httpoldcallstream = None
23
19 def putlfile(repo, proto, sha):
24 def putlfile(repo, proto, sha):
20 '''Put a largefile into a repository's local store and into the
25 '''Put a largefile into a repository's local store and into the
21 user cache.'''
26 user cache.'''
General Comments 0
You need to be logged in to leave comments. Login now