diff hgext/bugzilla.py @ 4431:8014159074a9

Fix typo in bugzilla extension.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 08 May 2007 11:51:16 -0700
parents f8849648b0e2
children
line wrap: on
line diff
--- 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: