sapling/remotefilelog
Durham Goode 5b2914142a Fix status returning invalid results
The recent refactor caused remotefilelog.size() to include rename metadata in
the size count, which meant the size didn't match what the rest of Mercurial
expected. This caused clean files to show up as dirty in hg status if they had a
'lookup' dirstate state and were renames.
2016-04-10 09:46:24 -07:00
..
__init__.py ioutil: rename ioutil to shallowutil 2016-04-04 16:26:12 -07:00
basestore.py store: address code review feedback 2016-04-04 16:48:55 -07:00
cacheclient.py cacheclient: don't forget to specify the port of the memcached server 2015-09-29 07:48:58 +02:00
contentstore.py store: address code review feedback 2016-04-04 16:48:55 -07:00
debugcommands.py remotefilelog: handle the death of repo.sopener (hg change 0bbe3294361a) 2015-06-30 10:12:38 -04:00
fileserverclient.py Add byte count checking when receiving from the server 2016-04-05 09:50:12 -07:00
metadatastore.py store: address code review feedback 2016-04-04 16:48:55 -07:00
remotefilectx.py adjustlinknode: remove unnecessary ancestor walk 2016-04-04 15:30:47 -07:00
remotefilelog.py Fix status returning invalid results 2016-04-10 09:46:24 -07:00
remotefilelogserver.py Fix exception when making a directory that already exists 2015-12-10 10:11:27 -08:00
shallowbundle.py ioutil: rename ioutil to shallowutil 2016-04-04 16:26:12 -07:00
shallowrepo.py stores: remove fetch logic and replace with a remote store fallthrough 2016-04-04 16:26:12 -07:00
shallowstore.py Add more comments explaining various complexities 2013-11-05 17:19:59 -08:00
shallowutil.py ioutil: rename ioutil to shallowutil 2016-04-04 16:26:12 -07:00
shallowverifier.py remotefilelog: removing filelog check from verification process 2016-01-07 16:57:39 -08:00