/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/en/hooks.txt

merge bzr.dev r4054

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
The hook should return a new commit message template.
279
279
 
280
280
(New in 1.10.)
 
281
 
 
282
extend_command (Commands)
 
283
-------------------------
 
284
 
 
285
Invoked by the command line interface when constructing a command object, this
 
286
hook permits the object to be altered after construction - for instance, to add
 
287
options, hook into callbacks that that command offers or more.
 
288
 
 
289
The hook signature is hook(cmd) -> None. 
 
290
 
 
291
This hook was added in 1.13.