-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port from bzr to breezy #27
Comments
Prefer the breezy module over bzrlib as Canonical has abandoned Bazaar. Import breezy as bzrlib to avoid having to change the rest of the code. Fixes: https://bugs.debian.org/923096 Fixes: felipec#27
Prefer the breezy module over bzrlib as Canonical has abandoned Bazaar. Import breezy as bzrlib to avoid having to change the rest of the code. See-also: https://www.breezy-vcs.org/ Fixes: https://bugs.debian.org/923096 Fixes: felipec#27
Prefer the breezy module over bzrlib as Canonical has abandoned Bazaar. Import breezy as bzrlib to avoid having to change the rest of the code. See-also: https://www.breezy-vcs.org/ Fixes: https://bugs.debian.org/923096 Fixes: felipec#27
Prefer the breezy module over bzrlib as Canonical has abandoned Bazaar. Import breezy as bzrlib to avoid having to change the rest of the code. See-also: https://www.breezy-vcs.org/ Fixes: https://bugs.debian.org/923096 Fixes: felipec#27
I tried some of this, but it doesn't work. For starters Breezy is in python3, so I had to port the code, and once I attempted that the code internally is nothing like Bazaar, so doing something like It seems a lot of code would be needed. |
@jelmer mentioned on the #breezy IRC channel that most of the changes are to the lower layers of the API. In particular breezy.generate_ids has moved to breezy.bzr.generate_ids so that is why my patch has |
I don't see a straightforward way to do this, but I would be open to this. Do you have a patch that make at least a simple clone possible? |
PS: Breezy itself has a git-remote-bzr script but it is not very
compatible with this version and it is not as good as this version.
…--
bye,
pabs
https://bonedaddy.net/pabs3/
|
I have a breezy branch in my fork of git-remote-bzr. I don't remember
if it fully works with a version of breezy that supports Python 2 but I
expect that it will require more commits than the one that I made.
…--
bye,
pabs
https://bonedaddy.net/pabs3/
|
Prefer the breezy module over bzrlib as Canonical has abandoned Bazaar. Import breezy as bzrlib to avoid having to change the rest of the code. Paper over some of the API changes done in Breezy. See-also: https://www.breezy-vcs.org/ Fixes: https://bugs.debian.org/923096 Fixes: felipec#27
I did some more porting to the Python 2 version of breezy, but the port isn't yet complete. |
Forwarding https://bugs.debian.org/923096
Canonical has mostly abandoned bzr and a new fork called breezy has replaced it. Please port git-remote-bzr to breezy so that distros that have transitioned to breezy can include git-remote-bzr.
The text was updated successfully, but these errors were encountered: