Bug #235642 - Create hardlinks when merging identical files. This works by using a
authorZac Medico <zmedico@gentoo.org>
Wed, 26 Nov 2008 22:40:41 +0000 (22:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 26 Nov 2008 22:40:41 +0000 (22:40 -0000)
commit6415910cb04e773c91b0f8b41704a5e9611f4198
tree353484d1ae763f1e3ce4c7dbda5ed6795f8df263
parent57649cc562d63e027b570bf1ec518f6a686442ae
Bug #235642 - Create hardlinks when merging identical files. This works by using a
tuple of (md5, st_size) as a key to a list of hardlink candidates. Multiple candidates
are used in case some happen to be merged to separate devices. (trunk r12109)

svn path=/main/branches/2.1.6/; revision=12110
pym/portage/__init__.py
pym/portage/dbapi/vartree.py