]> git.donarmstrong.com Git - wannabuild.git/commit
Implement transactions
authorJoachim Breitner <mail@joachim-breitner.de>
Fri, 24 Jul 2009 00:41:09 +0000 (02:41 +0200)
committerJoachim Breitner <mail@joachim-breitner.de>
Fri, 24 Jul 2009 00:41:09 +0000 (02:41 +0200)
commitbd5d1d3d21ba84af700652d8a46cecc204dc762e
tree983653dd98ea6655eb0273f104a1387be2cc85f7
parente812d5856b7748812c6f2ed900240ecf72f715ac
Implement transactions

New parameters:
    --start-transaction: Creates a copy of the state of the database, for
use with --transactional. This overrides any previous uncommited
transaction. Should only be used after --lock-for
    --commit-transaction: Atomically moves the copy back to the main, thus
     commiting the changes
    --transactional: Flag to indicate that we want to work on the copy
bin/wanna-build