From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Committing only specific hunks in VC Date: Tue, 11 Jan 2011 06:40:48 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1294724519 16602 80.91.229.12 (11 Jan 2011 05:41:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Jan 2011 05:41:59 +0000 (UTC) To: emacs-help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 11 06:41:55 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PcWzT-0007Yf-Co for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Jan 2011 06:41:55 +0100 Original-Received: from localhost ([127.0.0.1]:51476 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcWzS-0007yX-HY for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Jan 2011 00:41:54 -0500 Original-Received: from [140.186.70.92] (port=37750 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcWyu-0007yO-WA for help-gnu-emacs@gnu.org; Tue, 11 Jan 2011 00:41:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcWyt-0000hd-Tv for help-gnu-emacs@gnu.org; Tue, 11 Jan 2011 00:41:20 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:41085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcWyt-0000hV-NV for help-gnu-emacs@gnu.org; Tue, 11 Jan 2011 00:41:19 -0500 Original-Received: by iyj17 with SMTP id 17so20740883iyj.0 for ; Mon, 10 Jan 2011 21:41:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=FaVy+W1EuPlXefKmgU8Ghjr0dSOEq2k+iPL84vY6USs=; b=yHt7GSNH5K46PHd0j22mipBlvssbnIBG7m5V86+/HINbaFUbP5JWBWhFVCLQGJraZF Lkd6kqmgNCX9kYw82QwaCJmZke8XRK96TD2Y+Y9WVKbSK6z1MR0fkQN4W0X+C6FHZNJ8 oS3K3Dxh621ssKHT+P/B3Z+Z7D+GMOXZl7RT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=mJP5nABY5wLCun6cO+PbjUWLvDMFeWzK5V+eGxzLbNkeMD0uIQRrTly299BD+ZZby0 XFY5y4XRMQhP1hVVaVKoTAgeg2jV2QiJwiEp86PDzPdFWUApP6r6+xusJnTrBF4apGqL bS8iUOI5P3FC2YTBEFZWGzSIXr9fXKOpUSx7g= Original-Received: by 10.231.12.8 with SMTP id v8mr29794106ibv.147.1294724478843; Mon, 10 Jan 2011 21:41:18 -0800 (PST) Original-Received: by 10.231.32.197 with HTTP; Mon, 10 Jan 2011 21:40:48 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78383 Archived-At: I have a bunch of files that have been modified and I'd like to commit all of these changes except for one hunk in one of the files. How would I do this from Emacs? I've heard that it's possible to stage only specific hunks in magit, but I'm using Mercurial. -- Deniz Dogan