what to use to replace bzrlib.changeset?

Aaron Bentley aaron.bentley at utoronto.ca
Mon Mar 6 15:08:10 GMT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jamie Wilkinson wrote:
> What's the new API equivalent of bzrlib.changeset.Changeset?  My graft
> plugin relied on generate_changeset and apply_changeset, and they're now
> gone.  I require some method of describing the difference between revisions
> in a changeset-like way.

The TreeTransform is the closest thing to that.  It allows you to
describe changes to apply to a WorkingTree.

However, I suspect your use case is best handled with merge, which
compares two revisions, and applies new changes to a third.

What are you doing?

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEDFBa0F+nu1YWqI0RAi3VAJ0Xhk1lOEN33muYCv5b9Yanjy1pVACggJKP
KLJ9DzYYgWErIbXUwG2MFrY=
=j0dh
-----END PGP SIGNATURE-----




More information about the bazaar mailing list