# HG changeset patch # User Xavier ALT # Date 1239224342 -7200 # Node ID cb77c0fbec39d6fc35eab5b2c29409a68972483e # Parent baaa832fd253cfd2cc1bedbd73ebf2f16066fce6 convert: remove renamed source files (issue1505) diff -r baaa832fd253 -r cb77c0fbec39 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)]