Show More
@@ -172,7 +172,7 b' def _parse(ui, args):' | |||
|
172 | 172 | if args: |
|
173 | 173 | cmd, args = args[0], args[1:] |
|
174 | 174 | aliases, i = cmdutil.findcmd(cmd, commands.table, |
|
175 | ui.config("ui","strict")) | |
|
175 | ui.config("ui", "strict")) | |
|
176 | 176 | cmd = aliases[0] |
|
177 | 177 | defaults = ui.config("defaults", cmd) |
|
178 | 178 | if defaults: |
General Comments 0
You need to be logged in to leave comments.
Login now