--- a/hgext/bugzilla.py Tue May 08 13:08:20 2007 -0700 +++ b/hgext/bugzilla.py Tue May 08 11:51:16 2007 -0700 @@ -300,7 +300,7 @@ 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: