changeset 8035:cb77c0fbec39

convert: remove renamed source files (issue1505)
author Xavier ALT <dex@phoenix-ind.net>
date Wed, 08 Apr 2009 22:59:02 +0200
parents baaa832fd253
children dbcf5d52fcf5
files hgext/convert/bzr.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)]