diff -r e8a66a40474d -r d1908cb95a82 hgext/patchbomb.py --- a/hgext/patchbomb.py Thu Jun 03 21:38:30 2010 +0200 +++ b/hgext/patchbomb.py Tue Jun 01 11:18:57 2010 -0500 @@ -242,7 +242,7 @@ revs, checkout = hg.addbranchrevs(repo, repo, branches, revs) if revs: revs = [repo.lookup(rev) for rev in revs] - other = hg.repository(cmdutil.remoteui(repo, opts), dest) + other = hg.repository(hg.remoteui(repo, opts), dest) ui.status(_('comparing with %s\n') % dest) o = repo.findoutgoing(other) if not o: