/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: Robert Collins
  • Date: 2010-05-04 06:46:59 UTC
  • mto: This revision was merged to the branch mainline in revision 5206.
  • Revision ID: robertc@robertcollins.net-20100504064659-d5ybq23qlzov7w90
Document what note does a little.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Installation
2
 
============
3
 
 
4
 
Installation of bzr-git requires several things:
5
 
 
6
 
1) bzr 0.9 or higher
7
 
2) symlink the directory containing __init__.py from bzr-git - i.e. this source
8
 
   tree - into either ~/.bazaar/plugins/git, or wherever bzrlib is as
9
 
   bzrlib/plugins/git.
10
 
3) stgit should be installed, or otherwise make 'stgit' be available to python.
11
 
   You can test this via 'python -c "import stgit"'. If that generates any
12
 
   error, then stgit is not correctly installed. stgit is used to provide 
13
 
   python parsing of the output of git commands.