termie / git-bzr-ng

bi-directional git to bzr bridge: never fear bzr again
BSD 3-Clause "New" or "Revised" License
198 stars 47 forks source link

Push problems with trunk bzr-fastimport #19

Open justinsb opened 13 years ago

justinsb commented 13 years ago

I had some problems pushing, and I narrowed them down to bzr-fastimport.

The stack trace shows an extra argument "control" being passed in cmds.py, and that looks to have been introduced in rev 310: http://bazaar.launchpad.net/~bzr/bzr-fastimport/trunk/revision/310

Rev 307 was stamped as the 0.10 release, so I branched that and push worked (with bzr 2.3.1, as installed by pip install bzr) bzr branch lp:bzr-fastimport -r 307

termie commented 13 years ago

orly... iiiinteresting, okay, i'll check that stuff in my tests :) thanks for the awesome bug report

justinsb commented 13 years ago

Thanks for saving me from bazaar :-)

termie commented 13 years ago

updated the reame to say it depends on version bzr-fastimport 0.10.0 and added tests to test against it and head

termie commented 13 years ago

(i'll see if i can send a patch in to bzr-fastimport)