diff -r 4b20daa25f15 -r 90a4181ca9ed hgext/fetch.py --- a/hgext/fetch.py Mon Aug 07 14:12:03 2006 -0700 +++ b/hgext/fetch.py Mon Aug 07 17:26:09 2006 -0500 @@ -36,7 +36,7 @@ if newheads: ui.status(_('merging with new head %d:%s\n') % (repo.changelog.rev(newheads[0]), short(newheads[0]))) - err = repo.update(newheads[0], allow=True, remind=False) + err = hg.update(repo, newheads[0], allow=True, remind=False) if not err and len(newheads) > 1: ui.status(_('not merging with %d other new heads ' '(use "hg heads" and "hg merge" to merge them)') %