Hi, > I'm tracking some SVN project using bzr as it's so great to have local > commit :-) > > The problem is that I can save a bzr diff with dvc-save-diff: > byte-code: No definition and no fallback for bzr-"dvc-save-diff" > > Any idea ?
It seems that `dvc-save-diff' method is implemented only in hg backend. However, I think we can provide generic implemention for `dvc-save-diff' for a backend which implements `dvc-diff' method. Masatake YAMATO _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
