hgext/extdiff.py
changeset 10282 08a0f04b56bd
parent 10264 d6512b3e9ac0
child 10394 4612cded5176
--- 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.'):