From: Mario Frasca <mariotomo@gmail.com>
To: 3641@debbugs.gnu.org
Subject: bug#3641: please more info
Date: Wed, 2 Mar 2011 12:18:50 +0100 [thread overview]
Message-ID: <20110302111850.GA14584@croese.home.bogus> (raw)
In-Reply-To: <87bpohx1hr.fsf@jidanni.org>
I started using *svn-status* I found it a bit unfortunate that the key
bindings are not the same as *cvs* and that you can't have more than
one buffer at a time. now I'm starting to contribute to a project
where they use mercurial, and I was looking for an emacs interface and
found *vc-dir*.
one thing, an important thing, I miss here is the possiblity to show
up-to-date files.
why is it filed as a "wish"?
it seems to me an important missing feature!
I tried to implement it myself, but I'm missing a function (I call it
here vc-dir-find-versioned-child-files) that gives me the list of the
files that are under version control.
(defun vc-dir-show-child-files ()
"expand the directory under the cursor"
(interactive)
(let ((files (vc-dir-find-versioned-child-files (vc-dir-current-file)))
fileentries)
(when files
(dolist (crt files)
(push (list (file-relative-name crt) (vc-state crt))
fileentries))
(vc-dir-update fileentries (current-buffer)))))
see also http://stackoverflow.com/questions/5107266
next prev parent reply other threads:[~2011-03-02 11:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-21 11:36 bug#3641: no antidote to vc-dir-hide-up-to-date jidanni
2011-03-02 11:18 ` Mario Frasca [this message]
2011-07-05 20:39 ` bug#3641: Rename vc-dir-hide-up-to-date to vc-dir-toggle-up-to-date Bill Wohler
2011-07-06 0:45 ` Bill Wohler
2011-07-06 15:23 ` Dan Nicolaescu
2019-10-13 19:54 ` bug#3641: no antidote to vc-dir-hide-up-to-date Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110302111850.GA14584@croese.home.bogus \
--to=mariotomo@gmail.com \
--cc=3641@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).