From: Jonathan McDowell Date: Sat, 25 Sep 2004 09:36:21 +0000 (+0000) Subject: Move update_keys to keydb rather than merge. X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/a57a146ebc3f15f1ba2dfe8ecb9b59702fb8f799?hp=a57a146ebc3f15f1ba2dfe8ecb9b59702fb8f799 Move update_keys to keydb rather than merge. Move update_keys to the database backends, as in some senses it makes more sense there - we have multiple DB calls and this is the main thing that needs transactions, so by moving it here we should be able to hide them from the rest of the code. ---