docs: fix simple typo, octipus -> octopus

There is a small typo in TODO.md.

Should read `octopus` rather than `octipus`.
This commit is contained in:
Tim Gates 2020-12-25 09:20:35 +11:00
parent d1e8f36caf
commit e8cbb85825
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -13,7 +13,7 @@
## Convenience features
* Add a two-argument form of the `start` and `init` commands to specify both branches in one go. (Or maybe not, if we want to leave the way open to supporting octipus merges!) Maybe `--onto=X` like rebase?
* Add a two-argument form of the `start` and `init` commands to specify both branches in one go. (Or maybe not, if we want to leave the way open to supporting octopus merges!) Maybe `--onto=X` like rebase?
* Improve the handling of log messages. Incorporate log messages from manual merge conflicts into suggested log messages for the simplified commits.