hgext/patchbomb.py
changeset 11273 d1908cb95a82
parent 11193 687c7d395f20
child 11301 3d0591a66118
--- 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: