hgext/bugzilla.py
changeset 6747 f6c00b17387c
parent 6548 962eb403165b
child 6762 f67d1468ac50
--- a/hgext/bugzilla.py	Thu Jun 26 13:58:24 2008 -0500
+++ b/hgext/bugzilla.py	Thu Jun 26 14:35:46 2008 -0500
@@ -300,7 +300,7 @@
                          hooktype)
     try:
         bz = bugzilla(ui, repo)
-        ctx = repo.changectx(node)
+        ctx = repo[node]
         ids = bz.find_bug_ids(ctx)
         if ids:
             for id in ids: