Matthieu Moy <[EMAIL PROTECTED]> writes: > Stefan Reichör <[EMAIL PROTECTED]> writes: > >> Summary: >> Introduced tla-dvc-log-use-changelog >> Revision: >> dvc--dev--0--patch-156 >> >> Run tla-changelog instead of tla-logs as tla-dvc-log function > > I'm not sure I understand the logic. > > If I run dvc-log, I expect it to run the log command, not anything > else.
It is the default. > (you wouldn't consider adding a tla-dvc-log-use-commit to have dvc-log > use commit, would you? ;-) ) Of course not. But tla-log and tla-changelog provide different views for the same thing (change UI). > I believe what you actually want is to remap an easy shortcut to > tla-changelog (change user interface, but not the behavior of > dvc-log). > > Seting this variable to t will make DVC-tla inconsistant with other > DVC backends. I don't like tla-log, I always used tla-changelog because it is much faster and I prefer its output. So I want to run dvc-log and see the tla-changelog output. I see your point that dvc-log will do a different thing when this variable is set. But I set the variable because I want this effect. I want to use S-t l to run dvc-log. My change achieves exactly this. Stefan.