Michael Olson <[EMAIL PROTECTED]> writes: > Matthieu Moy <[EMAIL PROTECTED]> writes: > >> It's not complete, it has bugs (sometimes, C-x V = doesn't work the >> first time, but works if I repeat it immediately), ... > > I have never seen this bug. Is there some project I can check out and > modify that will trigger it?
It doesn't seem predictible unfortunately. I'll try to investigate next time I trigger it. >>> * The backend status table still shows a '-' in all columns (status, >>> diff, log, pull, commit) for git. Which columns should be '+'? >> >> commit works fine, log is implemented and seems reasonably good, >> status and diff are implemented but buggy. > > All status needs AFAICT is support for hitting "=" on an individual > file. ediff doesn't work either, 'j' is broken. There's probably not much work to fix it (for 'j', it's looking for +++ a/file while it should really search for --- a/file). BTW, I had a look at git-log implementation. It's good, but it doesn't use DVC at all, it's a real pity (dvc-revlist.el is really meant for that). -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
