| 2 | |
| 3 | The following is the result, i also remove the --dry--run and seems the same result. Did it means the patch works? |
| 4 | |
| 5 | patch --dry-run -p1 < nested_inlines_finished.diff |
| 6 | |
| 7 | Hunk #1 succeeded at 1493 (offset 124 lines). |
| 8 | Hunk #2 succeeded at 1520 (offset 121 lines). |
| 9 | patching file tests/regressiontests/admin_inlines/admin.py |
| 10 | Reversed (or previously applied) patch detected! Assume -R? [n] y |
| 11 | Hunk #1 succeeded at 123 with fuzz 2. |
| 12 | Hunk #2 FAILED at 141. |
| 13 | 1 out of 2 hunks FAILED -- saving rejects to file tests/regressiontests/admin_inlines/admin.py.rej |
| 14 | patching file tests/regressiontests/admin_inlines/models.py |
| 15 | Reversed (or previously applied) patch detected! Assume -R? [n] y |
| 16 | Hunk #1 succeeded at 191 (offset 11 lines). |
| 17 | patching file tests/regressiontests/admin_inlines/tests.py |
| 18 | Hunk #1 FAILED at 8. |
| 19 | Hunk #2 FAILED at 560. |
| 20 | Hunk #3 FAILED at 587. |
| 21 | 3 out of 3 hunks FAILED -- saving rejects to file tests/regressiontests/admin_inlines/tests.py.rej |