How do I use bzr to get the latest sources from Leos launchpad site?
Many users will want to track the development version of Leo, in order to stay on top of the latest features and bugfixes. Running the development version is quite safe and easy, and it’s also a requirement if you want to contribute to Leo. • First, you need to get Bazaar (bzr) from http://bazaar-vcs.org. For windows users we recommend the standalone installer – the python installer may have problems pushing to Launchpad. Plain bzr installer only contains the command line version, so you might want to augment that with a friendly GUI – qbzr is recommended as it’s the easiest one to install. It provides command like bzr qlog, bzr qannotate etc. • Get Leo from launchpad by doing: bzr branch lp:leo-editor And that’s it! You can run leo/core/runLeo.py directly. When you want to refresh the code with latest modifications from Launchpad, run bzr pull. If you make modifications to Leo (with the interest in sharing them with the Leo community), you can check them in to your local branch by doi