Skip to content

Commit

Permalink
updated readme with more troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
termie committed Mar 23, 2011
1 parent 9eb7991 commit 9d36468
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ Requirements
Troubleshooting
---------------

For other issues, please see: http://github.com/termie/git-bzr-ng/issues

------------------
don't use bzr 2.3b
------------------

If you see

`AttributeError: 'BTreeBuilder' object has no attribute '_find_ancestors'`
Expand All @@ -103,13 +109,24 @@ it means you have the bzr 2.3 beta installed, git-bzr-ng currently works
unpatched with bzr 2.2 and bzr 2.3.0. It is possible to patch bzr 2.3b to
correct the issue, but 2.3.0 is easy to install with pip.

-----------------------------------
tests run against multiple versions
-----------------------------------

If you are running the tests (`python run_tests.py`) keep in mind that one
set of tests is actually running against bzr-fastimport's HEAD so it doesn't
always work, so if you see failures check that they are in GitBzrTest or
GitBzrStableTarballTest first.


----------------------------------
when all else fails: git bzr clear
----------------------------------

Additionally there is a command `git bzr clear` that will wipe out the
bzr-related information for a given branch so if you have somehow found
yourself in a bind, it should help you wipe the slate to try again.

For other issues, please see: http://github.com/termie/git-bzr-ng/issues


Kind thanks to
--------------
Expand Down

0 comments on commit 9d36468

Please sign in to comment.