changeset 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 5d14b06b1cc1
children 59b4ae211584
files mercurial/dispatch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: