changeset 8037 | ffbebfb6b8d4 |
parent 7973 | db3a68fd9387 |
parent 8035 | cb77c0fbec39 |
child 8046 | f3ef8a352d83 |
--- a/hgext/convert/bzr.py Wed Apr 08 22:07:20 2009 +0200 +++ b/hgext/convert/bzr.py Wed Apr 08 23:24:22 2009 +0200 @@ -181,6 +181,7 @@ # renamed if path and path != topath: renames[topath] = path + changes.append((path, revid)) # populate the mode cache kind, executable = [e[1] for e in (kind, executable)]