Fix a failure of the branch rewrite script when a C file is deleted: this caused a modify/delete confict during cherry-pick.
I use an alternative approach compared with #71 which avoids creating an error situation where we ignore an error, but aren't sure that the error we're ignoring is the error we were expecting.
This pull request includes the non-controversial changes in https://github.com/Mbed-TLS/mbedtls-docs/pull/73 because I haven't bothered isolating the tests and managing the trivial add/add conflicts that rebasing would cause. The first new commit is "Fix handling of commits that delete a C file".
Fix a failure of the branch rewrite script when a C file is deleted: this caused a modify/delete confict during cherry-pick.
I use an alternative approach compared with #71 which avoids creating an error situation where we ignore an error, but aren't sure that the error we're ignoring is the error we were expecting.
This pull request includes the non-controversial changes in https://github.com/Mbed-TLS/mbedtls-docs/pull/73 because I haven't bothered isolating the tests and managing the trivial add/add conflicts that rebasing would cause. The first new commit is "Fix handling of commits that delete a C file".