all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: emacs-devel@gnu.org
Subject: vc-dir mode: marking modified files after pull
Date: Fri, 31 Oct 2014 14:23:40 -0400	[thread overview]
Message-ID: <m238a4cd3n.fsf@gnu.org> (raw)

Hi,

ISTR that when I updated in CVS, the files which were modified by the
update were marked as such in the vc-dir buffer.

Is there a way to do that with git and hg?

With git the answer seems to be
$ git diff --name-status ORIG_HEAD..
(http://stackoverflow.com/questions/6535150/git-pull-change-log)

With hg it appears that the information has to be extracted before update:
$ hg status --rev .:tip
(http://stackoverflow.com/questions/3277334/what-files-will-be-changed-vs-added-when-i-do-an-hg-pull-and-hg-update)

So the information is available.
The question is, what has to be changed in vc-dir.el?

Thanks.

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1343
http://www.childpsy.net/ http://openvotingconsortium.org http://ffii.org
http://iris.org.il http://islamexposedonline.com http://jihadwatch.org
Save time: send elected officials to jail directly, bypassing the office.




                 reply	other threads:[~2014-10-31 18:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m238a4cd3n.fsf@gnu.org \
    --to=sds@gnu.org \
    --cc=emacs-devel@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 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.