From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: bzr handholding: restoring deleted file Date: Fri, 8 Jan 2010 14:09:47 +0100 Message-ID: References: <20100108004050.GB1426@fencepost.localnet> <19270.33137.43277.502551@fencepost.gnu.org> <83iqbdaqzl.fsf@gnu.org> <837hrsbwxh.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1262956233 1575 80.91.229.12 (8 Jan 2010 13:10:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jan 2010 13:10:33 +0000 (UTC) Cc: maarons@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 08 14:10:25 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NTEbg-0003Nq-Dm for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 14:10:24 +0100 Original-Received: from localhost ([127.0.0.1]:58925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTEbg-00035g-LX for ged-emacs-devel@m.gmane.org; Fri, 08 Jan 2010 08:10:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTEbZ-00034o-CZ for emacs-devel@gnu.org; Fri, 08 Jan 2010 08:10:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTEbU-00031m-HJ for emacs-devel@gnu.org; Fri, 08 Jan 2010 08:10:17 -0500 Original-Received: from [199.232.76.173] (port=49514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTEbU-00031f-EQ for emacs-devel@gnu.org; Fri, 08 Jan 2010 08:10:12 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:60101) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTEbQ-00021K-Vq; Fri, 08 Jan 2010 08:10:09 -0500 Original-Received: by bwz7 with SMTP id 7so13312527bwz.26 for ; Fri, 08 Jan 2010 05:10:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=7ocLPPWA8lm3rJxB0/GQCvUeA0jrfX4ok6qHYPUe9eA=; b=w1Sonp6tDtr2Zfyshjr/BL0xtPrSEyqGIDU6yi8yoTOINzS9LmwHtZ8HTaSxo07AlL baf7mmWWo26v003uXVtXPkz2uN/E3dc+tsE9nTjtInLs+8fAHx7xGB61CzHVGfteaz+u 3juarz/5VQ2l6neLewGHoB56/BjqgKujIqkXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=FvacUE7439qRA8s0vrFnpc+XBCxo1SqeBlM8PUcm1FxtuFEyVA6VQQxVwuyXXU8R6J W+YbO1qSjcVAFqHGhSF12ykzw+djnI/TsXEB5NynRa/vJI0VFNyV15b6+f8eN8MDoIn+ DaERLa9d4SfvXuWfUdqQ5j2yAPbrxNnu6ZeCc= Original-Received: by 10.204.156.210 with SMTP id y18mr851266bkw.37.1262956207149; Fri, 08 Jan 2010 05:10:07 -0800 (PST) In-Reply-To: <837hrsbwxh.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119683 Archived-At: On Fri, Jan 8, 2010 at 13:31, Eli Zaretskii wrote: > So it's a way of merging with modified files from the named branch, > without naming those files explicitly? Yes. Juanma