# HG changeset patch # User Bryan O'Sullivan # Date 1178650276 25200 # Node ID 8014159074a98f6002097bed063ebf78f61aebb8 # Parent 94cb7561337d82c7cf202eb0d189a1febfb02e67 Fix typo in bugzilla extension. diff --git a/hgext/bugzilla.py b/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: