Bug 4743 - Convert from Perforce does not record deletes
Summary: Convert from Perforce does not record deletes
Status: RESOLVED FIXED
Alias: None
Product: Mercurial
Classification: Unclassified
Component: convert (show other bugs)
Version: 3.4.1
Hardware: PC Windows
: normal bug
Assignee: Bugzilla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-03 10:26 UTC by Eugene Baranov
Modified: 2015-07-08 20:00 UTC (History)
2 users (show)

See Also:
Python Version: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Baranov 2015-07-03 10:26 UTC
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.
Comment 1 HG Bot 2015-07-07 20:15 UTC
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)
Comment 2 HG Bot 2015-07-08 17:45 UTC
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)
Comment 3 Eugene Baranov 2015-07-08 20:00 UTC
Works for me! :)