On Fri, 2008-04-11 at 22:19 +0200, Guido Serassio wrote: > I'm very scared for what could be > happen in the main repository if the script will be fail before a > commit .... :-(
Do not run the script automatically before "bzr commit". Run it by hand and check "bzr diff" before committing. Even if you forget, a huge list of changed files in the commit message template will be a good sign that something went wrong. If everything else fails, you will commit a reverse diff change to undo the wrong commit. HTH, Alex. P.S. If you script preserves original timestamps of modified files, bzr will not notice the flip/flopping, I bet.
