Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 2731:ad4155e757da
Kill ui.setconfig_remoteopts
This brought too much knowledge about command line particulars into
the ui code. Moved to commands.py.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 31 Jul 2006 00:47:43 -0500 |
parents | 5d134f04060f |
children | 2f13f8d3fe80 |
line wrap: on
line diff
--- a/hgext/mq.py Sun Jul 30 13:29:19 2006 -0700 +++ b/hgext/mq.py Mon Jul 31 00:47:43 2006 -0500 @@ -1192,7 +1192,7 @@ Source patch repository is looked for in <src>/.hg/patches by default. Use -p <url> to change. ''' - ui.setconfig_remoteopts(**opts) + commands.setremoteconfig(**opts) if dest is None: dest = hg.defaultdest(source) sr = hg.repository(ui, ui.expandpath(source))