changeset 4431:8014159074a9

Fix typo in bugzilla extension.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 08 May 2007 11:51:16 -0700
parents 94cb7561337d
children 905397be7688
files hgext/bugzilla.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: