When using `hg convert` to convert from Perforce stream, files deleted in Perforce are not deleted in resulting Mercurial repo but rather recorded as changed to contain 0 byte content.
Fixed by https://selenic.com/repo/hg/rev/97fd07e38b83 Eugene Baranov <eug.baranov@gmail.com> convert: handle deleted files when converting from Perforce (issue4743) (please test the fix)
Fixed by https://selenic.com/repo/hg/rev/501c51d60792 Eugene Baranov <eug.baranov@gmail.com> convert: handle deleted files when converting from Perforce (issue4743) (please test the fix)
Works for me! :)