879
856
way, you need to change its name as well. For instance, if I add an optional keyword
880
857
parameter to branch.commit - that's fine. On the other hand, if I add a
881
858
keyword parameter to branch.commit which is a *required* transaction
884
861
(Actually, that may break code that provides a new implementation of
885
862
``commit`` and doesn't expect to receive the parameter.)