Michael Olson <[EMAIL PROTECTED]> writes: > I'm currently working on a submit/apply-patch-via-email kind of > interface for bzr, based on the one for tla. This one will use diff > files, however, instead of patch tarballs.
Don't use diff. bzr supports "bundles" (in bzr.dev only), which is mostly a patch plus some annotation, which is sufficient for bzr to rebuild the revision completely on the other side. DVC can help to use the bzr features here, but should not reimplement its own. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
