hgext/convert/bzr.py
changeset 8035 cb77c0fbec39
parent 7060 972cce34f345
child 8037 ffbebfb6b8d4
child 8045 e09a2f2ef85d
--- a/hgext/convert/bzr.py	Mon Apr 06 19:48:11 2009 +0200
+++ b/hgext/convert/bzr.py	Wed Apr 08 22:59:02 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)]