[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pcvs log view not functional
From: |
Dan Nicolaescu |
Subject: |
Re: pcvs log view not functional |
Date: |
Fri, 25 Jul 2008 20:36:28 -0700 |
Miles Bader <address@hidden> writes:
> Incidentally, on a similar note, in the log-view-mode, you need to do
> "d" to get a diff, but I kept trying to type "=" since that's used other
> places. Maybe "=" should be bound there as well...
>
> Actually I'd like RET to pop up the corresponding revision too
> (currently RET does nothing, and you need to use "f" to do it...).
>
> Anyone mind if I make these two bindings in log-view-mode?
>
> RET => log-view-find-revision
I'd say yes, and the same should be done for annotate.
> = => log-view-diff
Should `=' be used for single file diff, or for changeset diff? i.e. the
equivalent of `d' or `D' ?