126
134
* Transports can register using register_lazy_transport, and they
127
135
will be loaded when first used. (Martin Pool)
129
140
* 'pull' has been factored out of the command as WorkingTree.pull().
130
141
A new option to WorkingTree.pull has been added, clobber, which will
131
142
ignore diverged history and pull anyway.