author | Thomas Arendsen Hein <thomas@intevation.de> |
Thu, 23 Oct 2008 19:27:25 +0200 | |
changeset 7224 | 12a90281d83d |
parent 7223 | 5d14b06b1cc1 |
child 7225 | 59b4ae211584 |
--- a/mercurial/dispatch.py Thu Oct 23 15:44:23 2008 +0200 +++ b/mercurial/dispatch.py Thu Oct 23 19:27:25 2008 +0200 @@ -172,7 +172,7 @@ if args: cmd, args = args[0], args[1:] aliases, i = cmdutil.findcmd(cmd, commands.table, - ui.config("ui","strict")) + ui.config("ui", "strict")) cmd = aliases[0] defaults = ui.config("defaults", cmd) if defaults: