hgkw/__init__.py
author Christian Ebert <blacktrash@gmx.net>
Sun, 07 Mar 2010 20:59:43 +0100
changeset 688 13bb123ad894
parent 0 41c7e55cd9e9
permissions -rw-r--r--
Remove spurious locks, improve handling of wlock - kwcommitctx is inside the wlock of repo.commit: no lock - _kwfwrite only needs wlock wlock outside try block, so we don't need to import lock.release _kwfwrite should even be safer that way, as we moved the status call inside the try-except block. Thanks to Benoit Boissinot for help.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: