]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Rename did_upload_file to did_upload_version, and is_new_file_time to is_new_file.
authorDaira Hopwood <daira@jacaranda.org>
Wed, 30 Sep 2015 15:22:40 +0000 (16:22 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 30 Sep 2015 15:22:40 +0000 (16:22 +0100)
commitcd8dcb3c5ffb1277d56366a6e049714859927e0e
treea11a91501d7e103976b8098fce4f84bdb7f1b7dc
parent56708c8ce5fb250c000b12410bd4c59a243ec735
Rename did_upload_file to did_upload_version, and is_new_file_time to is_new_file.
Make them take a PathInfo argument rather than (mtime, ctime, size).
Also treat the size of a nonexistent file as None (SQL NULL) rather than 0.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/backupdb.py
src/allmydata/frontends/magic_folder.py
src/allmydata/test/test_magic_folder.py