hgext/convert/bzr.py
changeset 8148 adce97d28389
parent 8126 13b36eb14324
child 8149 ddbee2d0d634
child 8165 78658990c725
--- a/hgext/convert/bzr.py	Thu Apr 23 15:07:05 2009 +0200
+++ b/hgext/convert/bzr.py	Fri Apr 24 10:34:11 2009 +0200
@@ -192,7 +192,7 @@
 
             # populate the mode cache
             kind, executable = [e[1] for e in (kind, executable)]
-            mode = ((executable and 'x') or (kind == 'symlink' and 's')
+            mode = ((executable and 'x') or (kind == 'symlink' and 'l')
                     or '')
             self._modecache[(topath, revid)] = mode
             changes.append((topath, revid))