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