Hi knubee!
>> So it seem only bzr have such a function.
>> Should be good to have that in other backends.
>> And then to have a dvc-diff-against function to unify all that commands.
>> Until there is only bzr that is able to do that, it is not urgent to
>> have a dvc unified command.
>
> understood.
>
> which raises another question. is there currently a dvc function to do a diff
> between dvc-supported commands and the commands supported by a specific
> backend?
> if not, this might be useful for both dvc development and for dvc users.
No there is no such function and I don't think it would be easy to do.
Each backend consists of a list of functions that implement access
functions. Some of these functions are useful only for one backend. Some
of the functions are also useful for other backends.
One thing that would be possible is a function that lists the defined
dvc functions: Just walk all function names and classify the ones
starting with {xhg|xgit|bzr|...}-dvc-*
Stefan.
_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev