hgext/convert/bzr.py
changeset 10282 08a0f04b56bd
parent 10263 25e572394f5c
child 10394 4612cded5176
--- a/hgext/convert/bzr.py	Mon Jan 25 00:05:22 2010 -0600
+++ b/hgext/convert/bzr.py	Mon Jan 25 00:05:27 2010 -0600
@@ -203,7 +203,8 @@
                         changes.append((frompath, revid))
                         changes.append((topath, revid))
                         # add to mode cache
-                        mode = ((entry.executable and 'x') or (entry.kind == 'symlink' and 's')
+                        mode = ((entry.executable and 'x')
+                                or (entry.kind == 'symlink' and 's')
                                 or '')
                         self._modecache[(topath, revid)] = mode
                         # register the change as move