| Issue 83: | Allow upload.py support for Bazaar | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Since there are already working versions of upload.py supporting hg and git, it only seems sane that someone add bzr support. |
|
,
Feb 04, 2009
This isn't a very well-planned attempt, and I need to cleanup the code (unused functions/variables etc.) but I wanted to make sure that this was a 'ballpark' correct approach. Mostly, if someone could test it on their machine and confirm it even pretends to work, that would be great. If it is working, then I'll cleanup the code! |
|
,
Feb 04, 2009
Don't attach your code here! Use upload.py itself to send us a code review! (You can link to the Rietveld issue you created for it.) |
|
,
Feb 04, 2009
If you're interested, there was an attempt to get this in some time ago: http://codereview.appspot.com/2891 Maybe you'll find some hints in the comments... |
|
,
Feb 04, 2009
Ok, I have submitted a codereview, its here: http://codereview.appspot.com/14053 I invited both of you to review it... if you have a chance. |
|
,
Feb 12, 2009
I've added a couple of modifications base on review #14053 to allow the bazaar integration to work from any point in the branch using bzr root to provide the base path along similar lines to the hg implementation. Review is here: http://codereview.appspot.com/17053 |
|
|
|