/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 INSTALL

  • Committer: Martin Pool
  • Date: 2005-05-19 11:07:36 UTC
  • Revision ID: mbp@sourcefrog.net-20050519110736-938c6496f0b436e5
- Define __eq__ and __ne__ for Inventory and InventoryEntry objects,
  not __cmp__.  (Apparently this is the preferred style for modern
  Python code.)

- Make those classes explicitly not hashable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
You need the Dulwich Python module installed (or in PYTHONPATH) and a fairly 
2
 
recent version of bzr. 
3
 
 
4
 
For more information on Dulwich, see http://samba.org/~jelmer/dulwich/
5
 
 
6
 
Installing bzr-git can be done by putting it into the ~/.bazaar/plugins 
7
 
directory, and renaming its directory to "git".