From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: How do I get bzr diff to tell me the paths? Date: Mon, 3 May 2010 14:02:51 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1272888209 26299 80.91.229.12 (3 May 2010 12:03:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 May 2010 12:03:29 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 03 14:03:28 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O8uMy-0005Fr-CJ for ged-emacs-devel@m.gmane.org; Mon, 03 May 2010 14:03:28 +0200 Original-Received: from localhost ([127.0.0.1]:37874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8uMx-0002vb-5k for ged-emacs-devel@m.gmane.org; Mon, 03 May 2010 08:03:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8uMm-0002qt-Nl for emacs-devel@gnu.org; Mon, 03 May 2010 08:03:16 -0400 Original-Received: from [140.186.70.92] (port=37435 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8uMl-0002q1-E5 for emacs-devel@gnu.org; Mon, 03 May 2010 08:03:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8uMi-0003jD-UP for emacs-devel@gnu.org; Mon, 03 May 2010 08:03:15 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:64319) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8uMi-0003j3-Kg for emacs-devel@gnu.org; Mon, 03 May 2010 08:03:12 -0400 Original-Received: by fxm1 with SMTP id 1so2061682fxm.0 for ; Mon, 03 May 2010 05:03:11 -0700 (PDT) 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=BwDiO63Zgl4vCVNkfzu6UorgiwpkMsahLRTl4JrirCI=; b=kz/U5R5g0Rycwj72zSet5ulCujVXiNR7v98c1cL5p21eHqrjkYIfj8LzZYV9LAewnj Tm8+IYMKvjicNmVBNUsVNmLVvBALXmH4XtxY0lrf6F70RRQm8Qd1SP5Jz6VsK9wJ0HVn 3IYNp4NU4Hds45atwmwlHRkwYQwhjVWk+Nfks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=vofI/GYCTJfBkTThdWWMmWV+4srcjuNhTMQhtkaqVVIwl9KNUz1vrJAh/JLcwZUTyR l98782V4T7l7EB7g9rjZKH8jGHPhmVAVTAZsT7DQhEiSIFetCaQvWDFE1rtzI0K2PvtQ mOkjkZPfDyn3tuHsl2dzsCQd89H5KBqQ9+YPY= Original-Received: by 10.239.152.130 with SMTP id v2mr365733hbb.75.1272888191284; Mon, 03 May 2010 05:03:11 -0700 (PDT) Original-Received: by 10.239.164.81 with HTTP; Mon, 3 May 2010 05:02:51 -0700 (PDT) X-detected-operating-system: by eggs.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:124470 Archived-At: I do something like this when building Emacs cd bld\emacs\emacsw32 bzr diff --old ..\trunk --diff-options="-b -u" > %diff-file% It gives me a diff, but the file names are hard to distinguish, they look like this: === modified file 'lib-src/emacsclient.c' --- lib-src/emacsclient.c 2010-04-02 03:10:33 +0000 +++ lib-src/emacsclient.c 2010-04-07 09:54:28 +0000 I would rather have a little bit more of the paths. Is that possible in some way?