convert: remove renamed source files (issue1505)
authorXavier ALT <dex@phoenix-ind.net>
Wed, 08 Apr 2009 22:59:02 +0200
changeset 8035 cb77c0fbec39
parent 8016 baaa832fd253
child 8036 dbcf5d52fcf5
convert: remove renamed source files (issue1505)
hgext/convert/bzr.py
--- 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)]