Mercurial > public > mercurial-scm > hg
diff hgext/extdiff.py @ 10282:08a0f04b56bd
many, many trivial check-code fixups
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 25 Jan 2010 00:05:27 -0600 |
parents | d6512b3e9ac0 |
children | 4612cded5176 |
line wrap: on
line diff
--- a/hgext/extdiff.py Mon Jan 25 00:05:22 2010 -0600 +++ b/hgext/extdiff.py Mon Jan 25 00:05:27 2010 -0600 @@ -239,7 +239,8 @@ for cmd, path in ui.configitems('extdiff'): if cmd.startswith('cmd.'): cmd = cmd[4:] - if not path: path = cmd + if not path: + path = cmd diffopts = ui.config('extdiff', 'opts.' + cmd, '') diffopts = diffopts and [diffopts] or [] elif cmd.startswith('opts.'):