Fix typo in bugzilla extension.
authorBryan O'Sullivan <bos@serpentine.com>
Tue, 08 May 2007 11:51:16 -0700
changeset 4431 8014159074a9
parent 4430 94cb7561337d
child 4432 905397be7688
Fix typo in bugzilla extension.
hgext/bugzilla.py
--- a/hgext/bugzilla.py
+++ b/hgext/bugzilla.py
@@ -300,7 +300,7 @@ def hook(ui, repo, hooktype, node=None, 
                          hooktype)
     try:
         bz = bugzilla(ui, repo)
-        ctx = repo.changctx(node)
+        ctx = repo.changectx(node)
         ids = bz.find_bug_ids(ctx)
         if ids:
             for id in ids: