emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I get bzr diff to tell me the paths?


From: Óscar Fuentes
Subject: Re: How do I get bzr diff to tell me the paths?
Date: Mon, 03 May 2010 14:53:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Lennart Borgman <address@hidden> writes:

> 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?

If you want a clearer distinction between both branches, maybe the
--prefix (abbreviated as -p) option can do:

bzr diff --old ..\trunk --diff-options="-b -u" -p old/:new/ > %diff-file%






reply via email to

[Prev in Thread] Current Thread [Next in Thread]