Merge lp:~unit193/bzr-fastimport/deletion-fixes into lp:bzr-fastimport
Proposed by
Unit 193
| Status: | Needs review |
|---|---|
| Proposed branch: | lp:~unit193/bzr-fastimport/deletion-fixes |
| Merge into: | lp:bzr-fastimport |
| Diff against target: |
61 lines (+23/-0) 1 file modified
exporter.py (+23/-0) |
| To merge this branch: | bzr merge lp:~unit193/bzr-fastimport/deletion-fixes |
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Richard Wilbur | needs test(s) | Needs Information | |
| Bazaar Developers | Pending | ||
|
Review via email:
|
|||
Description of the change
This fixes several outstanding export issues, patch taken from bug 430347.
To post a comment you must log in.
Unmerged revisions
- 361. By Unit 193
-
Fix a case where deleteion of an entry in a renamed directory is not reproduced correctly in fast-export. Thanks to Harry Hirsch, Nuno Araujo, and Andrew Huff for the patch.

Thanks Unit 193 for the patch. It looks well executed.
How hard do you think it would be to create a test (or tests) to demonstrate the problem(s) (absent the fix) and validate the fix? This is important to make sure no one else accidentally breaks this fix, reintroducing the problem(s), in the future.