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