Currently, dvc-log is defined as:

    (defun dvc-log (&optional path last-n)
      "Display the brief log for PATH (a file-name; default current
    buffer file name; nil means entire tree), LAST-N entries (default
    `dvc-log-last-n'; all if nil). LAST-N may be specified
    interactively. Use `dvc-changelog' for the full log."

This allows overriding 'last-n' with C-u. However, there are many times
when I would like to override 'path'; I want to get the log of some
other directory, not the current file.

I never use C-u to override last-n.

So I'd like to change this to use C-u to force a prompt for the path.
Any objections?

-- 
-- Stephe

_______________________________________________
Dvc-dev mailing list
Dvc-dev@gna.org
https://mail.gna.org/listinfo/dvc-dev

Reply via email to