~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to PACKAGERS

  • Committer: Aaron Bentley
  • Date: 2007-03-16 15:57:32 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070316155732-5fnx6rgud4k8qxvn
Fix long-line handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
- rsync       (rspush)
34
34
- diff        (shelve/unshelve)
35
35
- patch       (shelve/unshelve)
36
 
- graphviz    (graph-ancestry)
37
 
- librsvg-bin (for antialiasing in graph-ancestry)
38
 
 
39
 
These can be treated as recommended rather than hard dependencies, because
40
 
many bzrtools commands will function properly without them.
41
 
 
42
 
Additionally, the test suite uses testresources:
43
 
http://www.robertcollins.net/unittest/testresources/
 
36
- pybaz       (baz-import)
 
37
- librsvg-bin (graph-ancestry)
 
38
 
 
39
This can be treated as recommended rather than hard dependencies.
 
40
 
 
41
Additionally, the test suite uses testresources.
44
42
 
45
43
Testing
46
44
=======
47
45
Note that Medusa is not required for the Bzrtools test suite.  Medusa is used
48
 
strictly by Bazaar.  ``bzr selftest bzrtools`` will suggest installing
49
 
Medusa because ``bzr selftest`` always suggests installing Medusa, if it is
50
 
not already installed.
 
46
strictly by Bazaar, but ``bzr selftest bzrtools`` will suggest installing
 
47
Medusa, because ``bzr selftest`` always suggests installing Medusa.
51
48
 
52
49
If you prefer, you can run the ``test.py`` script provided.  It runs the same
53
50
tests as ``bzr selftest bzrtools``.