#At file:///home/mtaylor/.bazaar/plugins/mysql/
130 Monty Taylor 2008-06-18
Removed finally to work around older python versions (plus, it didn't make
any sense anymore)
modified:
hooks.py
=== modified file 'hooks.py'
--- a/hooks.py 2008-06-18 10:10:15 +0000
+++ b/hooks.py 2008-06-18 13:10:28 +0000
@@ -42,8 +42,8 @@ def branch_commit_hook(local, master, ol
note("WARNING: Problem with post-commit email hook. ")
note("\t %s" % str(e))
note("Please see .bzr.log for more information")
- finally:
- master.unlock()
+ # Can't do finally here - some people have older python
+ master.unlock()
def branch_push_hook(push_result):
| Thread |
|---|
| • bzr commit into mysql_plugins branch (mordred:130) | Monty Taylor | 18 Jun |