* VC: log of sub-directory?
@ 2009-12-28 22:18 Óscar Fuentes
2009-12-29 16:16 ` Dan Nicolaescu
0 siblings, 1 reply; 9+ messages in thread
From: Óscar Fuentes @ 2009-12-28 22:18 UTC (permalink / raw)
To: emacs-devel
VC-dir only shows modified files, so if the user wants to see the log of
an unedited file he must to visit it and then C-x v l
But AFAIK, there is no way of seeing the log of a versioned
sub-directory. I'm not sure how that could be implemented (maybe C-x d
<directory> [INTRO] C-x v l)
If VC-dir were allowed to optionally show unmodified elements (files,
directories) as psvn does (and PCL-CVS IIRC) it could be somewhat
convenient. Seeing the combined log of two or more files is not possible
either. Being able to mark unedited files on the VC-dir buffer could
solve that too.
--
Óscar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VC: log of sub-directory?
2009-12-28 22:18 VC: log of sub-directory? Óscar Fuentes
@ 2009-12-29 16:16 ` Dan Nicolaescu
2009-12-29 17:39 ` Óscar Fuentes
0 siblings, 1 reply; 9+ messages in thread
From: Dan Nicolaescu @ 2009-12-29 16:16 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: emacs-devel
Óscar Fuentes <ofv@wanadoo.es> writes:
> VC-dir only shows modified files, so if the user wants to see the log of
> an unedited file he must to visit it and then C-x v l
>
> But AFAIK, there is no way of seeing the log of a versioned
> sub-directory. I'm not sure how that could be implemented (maybe C-x d
> <directory> [INTRO] C-x v l)
???
C-x v d THE_SUBDIRECTORY_YOU_WANT RET
C-x v l
works just fine...
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VC: log of sub-directory?
2009-12-29 16:16 ` Dan Nicolaescu
@ 2009-12-29 17:39 ` Óscar Fuentes
2009-12-29 18:33 ` Dan Nicolaescu
0 siblings, 1 reply; 9+ messages in thread
From: Óscar Fuentes @ 2009-12-29 17:39 UTC (permalink / raw)
To: emacs-devel
Dan Nicolaescu <dann@ics.uci.edu> writes:
> > VC-dir only shows modified files, so if the user wants to see the log of
>
> > an unedited file he must to visit it and then C-x v l
> >
> > But AFAIK, there is no way of seeing the log of a versioned
> > sub-directory. I'm not sure how that could be implemented (maybe C-x d
> > <directory> [INTRO] C-x v l)
>
> ???
> C-x v d THE_SUBDIRECTORY_YOU_WANT RET
> C-x v l
> works just fine...
So the point must be on the upper part of the buffer. Thanks.
What about getting the combined log of two or more files/directories?
--
Óscar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VC: log of sub-directory?
2009-12-29 17:39 ` Óscar Fuentes
@ 2009-12-29 18:33 ` Dan Nicolaescu
2009-12-29 18:45 ` Óscar Fuentes
0 siblings, 1 reply; 9+ messages in thread
From: Dan Nicolaescu @ 2009-12-29 18:33 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: emacs-devel
Óscar Fuentes <ofv@wanadoo.es> writes:
> Dan Nicolaescu <dann@ics.uci.edu> writes:
>
> > > VC-dir only shows modified files, so if the user wants to see the log of
> >
> > > an unedited file he must to visit it and then C-x v l
> > >
> > > But AFAIK, there is no way of seeing the log of a versioned
> > > sub-directory. I'm not sure how that could be implemented (maybe C-x d
> > > <directory> [INTRO] C-x v l)
> >
> > ???
> > C-x v d THE_SUBDIRECTORY_YOU_WANT RET
> > C-x v l
> > works just fine...
>
> So the point must be on the upper part of the buffer. Thanks.
Technically it should on the "./" entry, but the header is considered
equivalent to "./".
> What about getting the combined log of two or more files/directories?
If the files/directories are shown in the same vc-dir buffer, select
them and do C-x v l
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VC: log of sub-directory?
2009-12-29 18:33 ` Dan Nicolaescu
@ 2009-12-29 18:45 ` Óscar Fuentes
2009-12-29 19:15 ` Andreas Schwab
2009-12-29 19:23 ` Dan Nicolaescu
0 siblings, 2 replies; 9+ messages in thread
From: Óscar Fuentes @ 2009-12-29 18:45 UTC (permalink / raw)
To: emacs-devel
Dan Nicolaescu <dann@ics.uci.edu> writes:
> > What about getting the combined log of two or more files/directories?
>
> If the files/directories are shown in the same vc-dir buffer, select
> them and do C-x v l
Yes, that was clear. But if the files/directories are not shown on the
vc-dir buffer (because them are not edited) ?
Restricting the operations you can do from vc-dir to edited files is a
bit... restrictive.
OTOH I realize that that behaviour (showing only edited files) is that
the roots of vc-dir and most likely can not be changed easily.
--
Óscar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VC: log of sub-directory?
2009-12-29 18:45 ` Óscar Fuentes
@ 2009-12-29 19:15 ` Andreas Schwab
2009-12-29 19:23 ` Dan Nicolaescu
1 sibling, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2009-12-29 19:15 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: emacs-devel
Óscar Fuentes <ofv@wanadoo.es> writes:
> Yes, that was clear. But if the files/directories are not shown on the
> vc-dir buffer (because them are not edited) ?
With the old vc-directory you could do v t (vc-dired-toggle-terse-mode).
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VC: log of sub-directory?
2009-12-29 18:45 ` Óscar Fuentes
2009-12-29 19:15 ` Andreas Schwab
@ 2009-12-29 19:23 ` Dan Nicolaescu
2009-12-29 19:32 ` Óscar Fuentes
2009-12-29 21:35 ` Stefan Monnier
1 sibling, 2 replies; 9+ messages in thread
From: Dan Nicolaescu @ 2009-12-29 19:23 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: emacs-devel
Óscar Fuentes <ofv@wanadoo.es> writes:
> Dan Nicolaescu <dann@ics.uci.edu> writes:
>
> > > What about getting the combined log of two or more files/directories?
> >
> > If the files/directories are shown in the same vc-dir buffer, select
> > them and do C-x v l
> Yes, that was clear. But if the files/directories are not shown on the
> vc-dir buffer (because them are not edited) ?
You can do the same thing from dired, select and C-x v l
> OTOH I realize that that behaviour (showing only edited files) is that
> the roots of vc-dir and most likely can not be changed easily.
vc-dir does not care, it can show up to date files too (and it does: for
example after a check-in). If the VC backend sends a list of all files,
vc-dir can display them just fine.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VC: log of sub-directory?
2009-12-29 19:23 ` Dan Nicolaescu
@ 2009-12-29 19:32 ` Óscar Fuentes
2009-12-29 21:35 ` Stefan Monnier
1 sibling, 0 replies; 9+ messages in thread
From: Óscar Fuentes @ 2009-12-29 19:32 UTC (permalink / raw)
To: emacs-devel
Dan Nicolaescu <dann@ics.uci.edu> writes:
> > Yes, that was clear. But if the files/directories are not shown on the
> > vc-dir buffer (because them are not edited) ?
>
> You can do the same thing from dired, select and C-x v l
[snip]
> vc-dir does not care, it can show up to date files too (and it does: for
> example after a check-in). If the VC backend sends a list of all files,
> vc-dir can display them just fine.
Great! Thanks.
C-h k C-x v l says
"List the change log of the current fileset in a window."
I was not aware that "fileset" was so generic. Nice.
--
Óscar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: VC: log of sub-directory?
2009-12-29 19:23 ` Dan Nicolaescu
2009-12-29 19:32 ` Óscar Fuentes
@ 2009-12-29 21:35 ` Stefan Monnier
1 sibling, 0 replies; 9+ messages in thread
From: Stefan Monnier @ 2009-12-29 21:35 UTC (permalink / raw)
To: Dan Nicolaescu; +Cc: Óscar Fuentes, emacs-devel
>> Yes, that was clear. But if the files/directories are not shown on the
>> vc-dir buffer (because them are not edited) ?
> You can do the same thing from dired, select and C-x v l
It's still annoying having to have both a VC-dired and a dired buffer
for the same directory just o as to run VC commands in
a particular way. It hould be very easy to add a command like PCL-CVS's
cvs-mode-insert to add a particular file/directory to a VC buffer.
Stefan
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-12-29 21:35 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 22:18 VC: log of sub-directory? Óscar Fuentes
2009-12-29 16:16 ` Dan Nicolaescu
2009-12-29 17:39 ` Óscar Fuentes
2009-12-29 18:33 ` Dan Nicolaescu
2009-12-29 18:45 ` Óscar Fuentes
2009-12-29 19:15 ` Andreas Schwab
2009-12-29 19:23 ` Dan Nicolaescu
2009-12-29 19:32 ` Óscar Fuentes
2009-12-29 21:35 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.