Fix typo in bugzilla extension.

This commit is contained in:
Bryan O'Sullivan 2007-05-08 11:51:16 -07:00
parent 6fae8c6b65
commit dedbe183d4

View File

@ -300,7 +300,7 @@ def hook(ui, repo, hooktype, node=None, **kwargs):
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: