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