convert to using Utility.Lockfile for transfer lock files
authorJoey Hess <joeyh@joeyh.name>
Tue, 12 May 2015 23:36:16 +0000 (19:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 12 May 2015 23:36:16 +0000 (19:36 -0400)
commite25ecab7dd1df264af048c485c896e7968de977b
tree93731338f76a866519d070f867775e4efb6955bc
parent643b233860408fad37482435a5abb348f144293e
convert to using Utility.Lockfile for transfer lock files

Should be no behavior changes, just simplified code.

The only actual difference is it doesn't truncate the lock file.
I think that was a holdover from when transfer info was written to the lock
file.
Annex/Transfer.hs