Michael Olson <[EMAIL PROTECTED]> writes: > * Make all dvc-log calls take a second last-n argument, so that C-x V L > works again. My previous patch was for C-x V l, which is actually > dvc-changelog.
Sorry again; I'll do better at fixing the other backends in the future. Apropos of this; do we really need both dvc-log and dvc-changelog? They do very similar things; apparently the only consistent difference is the amount of the change comment displayed. That could be a user preference, or a toggle in the display buffer. Similarly, dvc-delta and dvc-diff are very similar; the xmtn versions are interchangeable, except that xmtn-dvc-diff supports more cases. > * lisp/dvc-revlist.el (dvc-revlist-refresh-fn): New variable containing > the function to call for refreshing the revlist buffer. > (dvc-revlist-mode): Set dvc-buffer-refresh-function. > (dvc-revlist-generic-refresh): New function that just funcalls > dvc-revlist-refresh-fn or displays a message if that variable is nil. > (dvc-build-revision-list): Take refresh-fn argument. I don't understand why we need both dvc-revlist-refresh-fn and dvc-buffer-refresh-function? -- -- Stephe _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
