Show More
@@ -300,7 +300,7 b' def hook(ui, repo, hooktype, node=None, ' | |||||
300 | hooktype) |
|
300 | hooktype) | |
301 | try: |
|
301 | try: | |
302 | bz = bugzilla(ui, repo) |
|
302 | bz = bugzilla(ui, repo) | |
303 | ctx = repo.changctx(node) |
|
303 | ctx = repo.changectx(node) | |
304 | ids = bz.find_bug_ids(ctx) |
|
304 | ids = bz.find_bug_ids(ctx) | |
305 | if ids: |
|
305 | if ids: | |
306 | for id in ids: |
|
306 | for id in ids: |
General Comments 0
You need to be logged in to leave comments.
Login now