858
869
way, you need to change its name as well. For instance, if I add an optional keyword
859
870
parameter to branch.commit - that's fine. On the other hand, if I add a
860
871
keyword parameter to branch.commit which is a *required* transaction
863
877
When renaming such supported API's, be sure to leave a deprecated_method (or
864
878
_function or ...) behind which forwards to the new API. See the