# HG changeset patch # User Thomas Arendsen Hein # Date 1224782845 -7200 # Node ID 12a90281d83d6704028b198e82294a9ee329bdea # Parent 5d14b06b1cc1a6ce2e06ba63de24e157d880cd25 Minor cleanup: Add missing space forgotten in recent change. diff -r 5d14b06b1cc1 -r 12a90281d83d mercurial/dispatch.py --- 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: