« Return to Thread: VC top of the tree diff and log

C-x v l in a dired buffer [was: Re: VC top of the tree diff and log]

by Dan Nicolaescu :: Rate this Message:

Reply to Author | View in Thread

Miles Bader <miles@...> writes:

  > [Incidentally, one thing that definitely _should_ work, but doesn't, is
  > that "C-x v l" in a dired buffer...]

If you add this to the cond in vc-deduce-fileset chances are that it
would work (not tested at all, and it has not error handling in case you
are not in a VC controlled directory)

  ((derived-mode-p 'dired-mode)
    (list (vc-responsible-backend default-directory)
          default-directory))


 « Return to Thread: VC top of the tree diff and log