##// END OF EJS Templates
spelling: successfully
timeless@mozdev.org -
r17519:d8d2856a default
parent child Browse files
Show More
@@ -55,7 +55,7 b' class basestore(object):'
55 def get(self, files):
55 def get(self, files):
56 '''Get the specified largefiles from the store and write to local
56 '''Get the specified largefiles from the store and write to local
57 files under repo.root. files is a list of (filename, hash)
57 files under repo.root. files is a list of (filename, hash)
58 tuples. Return (success, missing), lists of files successfuly
58 tuples. Return (success, missing), lists of files successfully
59 downloaded and those not found in the store. success is a list
59 downloaded and those not found in the store. success is a list
60 of (filename, hash) tuples; missing is a list of filenames that
60 of (filename, hash) tuples; missing is a list of filenames that
61 we could not get. (The detailed error message will already have
61 we could not get. (The detailed error message will already have
@@ -223,7 +223,7 b' def toutf8b(s):'
223
223
224 Principles of operation:
224 Principles of operation:
225
225
226 - ASCII and UTF-8 data sucessfully round-trips and is understood
226 - ASCII and UTF-8 data successfully round-trips and is understood
227 by Unicode-oriented clients
227 by Unicode-oriented clients
228 - filenames and file contents in arbitrary other encodings can have
228 - filenames and file contents in arbitrary other encodings can have
229 be round-tripped or recovered by clueful clients
229 be round-tripped or recovered by clueful clients
General Comments 0
You need to be logged in to leave comments. Login now