~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: John Arbash Meinel
  • Date: 2005-09-19 03:26:14 UTC
  • mto: (1393.2.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050919032614-79751b0510f24929
Major refactoring of testtransport.
Rewrote test_transport() as a class which can be subclassed which provides
many test_* functions, rather than one large function.
Much easier to debug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
This is mostly developed on Linux (Ubuntu); it should work on Unix,
22
22
Windows, or OS X with relatively little trouble.
23
23
 
24
 
The only dependency is Python, at least 2.3 and preferably 2.4.  
 
24
The only dependency is Python 2.4.
25
25
 
26
26
You may optionally install cElementTree to speed up some operations.
27
27
This is strongly recommended if you are dealing with large trees.
49
49
After installing, please run the test suite to identify any problems
50
50
on your platform::
51
51
 
52
 
  ./testbzr
 
52
  ./bzr selftest
53
53
 
54
54
If you use the setup.py script then bzr will be installed into the
55
55
specified path.  In this case you must install ElementTree and