Stephen Leake <[EMAIL PROTECTED]> writes: > I'm adding a 'dvc-status-mode', which will present an interface > similar to pcvs. I intend to use it as the primary user interface for > DVC. This overlaps some of the current dvc-diff-mode function; perhaps > we can simplify dvc-diff-mode in the future.
I had already implemented a dvc-status, but we removed it again, since Matthieu argumented, that the dvc-diff mode should handle that also, see: https://mail.gna.org/public/xtla-el-dev/2006-03/msg00120.html Matthieu, what is your opinion in this point now? > Some of the functions implemented by dvc-status-mode-map (for example > 'dvc-revert-files') are also in dvc-global-keymap. I don't understand > why they are in a global keymap; can someone explain? The functions in the global keymap can be invoked from files, dired buffers and dvc specific buffers, see the function dvc-current-file-list for details. So it is easy to add/remove/revert a file since the functions are present on the global keymap. Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
