diff -r 439e2f2fde42 -r 9858477ed74c mercurial/commands.py --- a/mercurial/commands.py Sat May 12 00:41:30 2007 +0200 +++ b/mercurial/commands.py Wed Jul 11 19:56:16 2007 -0300 @@ -2457,6 +2457,8 @@ for o in optlist.split(): if opts[o]: parentui.setconfig("web", o, str(opts[o])) + if repo.ui != parentui: + repo.ui.setconfig("web", o, str(opts[o])) if repo is None and not ui.config("web", "webdir_conf"): raise hg.RepoError(_("There is no Mercurial repository here"