all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* vc-dir mode: marking modified files after pull
@ 2014-10-31 18:23 Sam Steingold
  0 siblings, 0 replies; only message in thread
From: Sam Steingold @ 2014-10-31 18:23 UTC (permalink / raw)
  To: emacs-devel

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.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-31 18:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 18:23 vc-dir mode: marking modified files after pull Sam Steingold

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.