~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/writing_a_plugin.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-11 04:02:41 UTC
  • mfrom: (5017.2.2 tariff)
  • Revision ID: pqm@pqm.ubuntu.com-20100211040241-w6n021dz0uus341n
(mbp) add import-tariff tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
``bzrlib.commands.register_command(cmd_foo)``.  You must register the
23
23
command when your file is imported, otherwise bzr will not see it.
24
24
 
25
 
Installing a hook
26
 
-----------------
27
 
 
28
 
See `Using hooks`_.
29
 
 
30
 
 .. _Using hooks: hooks.txt
31
 
 
32
 
 
33
25
Specifying a plugin version number
34
26
----------------------------------
35
27
Simply define ``version_info`` to be a tuple defining the current version