sapling/remotefilelog
Olivier Trempe d8d662c766 shallowutil: windows compatibility for readonly files
On Windows, os.rename cannot rename readonly files and cannot overwrite
destination if it already exists. Create small wrappers to handle these cases.
2016-07-05 00:30:42 -07:00
..
__init__.py utils: unify cachepath access through a util function 2016-06-03 09:45:58 -07:00
basepack.py [remotefilelog] use hashlib to compute sha1 hashes 2016-06-15 15:48:16 -07:00
basestore.py basestore: fix incorrect variable name 2016-06-22 15:55:38 -07:00
cacheclient.py checkcode: fix errors in cacheclient and debugcommands 2016-04-26 13:00:31 -07:00
constants.py store: basic wire protocol for bundle delivery 2016-05-16 10:59:09 -07:00
contentstore.py unionstore: allow incomplete delta chains 2016-05-26 02:15:46 -07:00
datapack.py packs: change LookupError to KeyError 2016-05-26 02:07:11 -07:00
debugcommands.py [remotefilelog] use hashlib to compute sha1 hashes 2016-06-15 15:48:16 -07:00
fileserverclient.py [remotefilelog] use hashlib to compute sha1 hashes 2016-06-15 15:48:16 -07:00
historypack.py [remotefilelog] use hashlib to compute sha1 hashes 2016-06-15 15:48:16 -07:00
metadatastore.py unionstore: allow partial history output from union stores 2016-05-26 02:13:53 -07:00
remotefilectx.py checkcode: fix remotefilectx and remotefilelog 2016-04-26 13:00:31 -07:00
remotefilelog.py copyfrom: fix copy metadata in local blobs 2016-06-06 14:16:06 -07:00
remotefilelogserver.py packfetch: remove copy metadata from data before sending over the wire 2016-05-20 09:31:34 -07:00
repack.py cachegroup: fix pack path use of cachegroup 2016-06-08 09:09:06 -07:00
shallowbundle.py shallowbundle: fix broken fallback orig call 2016-04-28 17:34:08 -07:00
shallowrepo.py stores: reverse order of cache and local stores 2016-06-16 10:22:31 -07:00
shallowstore.py Add more comments explaining various complexities 2013-11-05 17:19:59 -08:00
shallowutil.py shallowutil: windows compatibility for readonly files 2016-07-05 00:30:42 -07:00
shallowverifier.py remotefilelog: removing filelog check from verification process 2016-01-07 16:57:39 -08:00