Mercurial > public > mercurial-scm > hg
diff hgext/patchbomb.py @ 11273:d1908cb95a82
remoteui: move from cmdutil to hg
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 01 Jun 2010 11:18:57 -0500 |
parents | 687c7d395f20 |
children | 3d0591a66118 |
line wrap: on
line diff
--- 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: