[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to commit using VC in Mercurial, when many files are changed?
From: |
Damien Wyart |
Subject: |
Re: How to commit using VC in Mercurial, when many files are changed? |
Date: |
Tue, 01 Apr 2014 10:27:01 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 |
* Marcin Borkowski <mbork@wmi.amu.edu.pl> in gnu.emacs.help:
> When I do C-x v v, I am asked for the commit
> message; after hitting C-c C-c, it turns out that only the changes to
> the current file were committed.
You have to use vc-next-action from the vc-dir buffer (marking files
explicitly if needed), not a specific file buffer.
See also http://mercurial.selenic.com/wiki/EmacsVcMode.
--
DW