Mercurial > public > mercurial-scm > hg-stable
diff mercurial/dispatch.py @ 7224:12a90281d83d
Minor cleanup: Add missing space forgotten in recent change.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 23 Oct 2008 19:27:25 +0200 |
parents | b4c035057d34 |
children | 810ca383da9c |
line wrap: on
line diff
--- 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: