~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-04-26 23:33:45 UTC
  • Revision ID: mbp@sourcefrog.net-20050426233345-5c913438f5665f38
- todo: plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                                                 -*- indented-text -*-
 
2
 
1
3
(See also various low-level TODOs in the source code.  Try looking in
2
4
the list archive or on gmane.org for previous discussion of these
3
5
issues, or )
18
20
 
19
21
* "cat -rREV FILE"
20
22
 
 
23
* Plugins that provide commands.  By just installing a file into some
 
24
  directory (e.g. /usr/share/bzr/plugins) it should be possible to
 
25
  create new top-level commands ("bzr frob").  Extensions can be
 
26
  written in either Python (in which case they use the bzrlib API) or
 
27
  in a separate process (in sh, C, whatever).   It should be possible
 
28
  to get help for plugin commands.
 
29
 
21
30
Medium things
22
31
-------------
23
32