Stephen Leake <[EMAIL PROTECTED]> writes: > You do a partial commit from a status buffer by marking the files you > want to commit. The dvc-status-mode post commit action would check for > marked files; if there are some, delete just those from the ewoc. > Otherwise, delete all from the ewoc.
Since commit knows which files it's commiting, is should use it when cleaning-up the status buffer. That'd be more robust (e.g. clean up the status buffer while the commit was done from the diff-buffer, or any other kind of partial commit that we may add in the future, who knows ...). -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
