changeset 2766:c5ac397f7671

fix call to commands.setremoteconfig
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 02 Aug 2006 09:18:56 -0700
parents 0327bd1c831c
children 60683ab1ed33
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/mq.py	Wed Aug 02 06:36:27 2006 -0700
+++ b/hgext/mq.py	Wed Aug 02 09:18:56 2006 -0700
@@ -1228,7 +1228,7 @@
     Source patch repository is looked for in <src>/.hg/patches by
     default.  Use -p <url> to change.
     '''
-    commands.setremoteconfig(**opts)
+    commands.setremoteconfig(ui, opts)
     if dest is None:
         dest = hg.defaultdest(source)
     sr = hg.repository(ui, ui.expandpath(source))