unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* How do I get bzr diff to tell me the paths?
@ 2010-05-03 12:02 Lennart Borgman
  2010-05-03 12:53 ` Óscar Fuentes
  0 siblings, 1 reply; 2+ messages in thread
From: Lennart Borgman @ 2010-05-03 12:02 UTC (permalink / raw)
  To: Emacs-Devel devel

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?




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How do I get bzr diff to tell me the paths?
  2010-05-03 12:02 How do I get bzr diff to tell me the paths? Lennart Borgman
@ 2010-05-03 12:53 ` Óscar Fuentes
  0 siblings, 0 replies; 2+ messages in thread
From: Óscar Fuentes @ 2010-05-03 12:53 UTC (permalink / raw)
  To: emacs-devel; +Cc: Lennart Borgman

Lennart Borgman <lennart.borgman@gmail.com> 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%






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-03 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 12:02 How do I get bzr diff to tell me the paths? Lennart Borgman
2010-05-03 12:53 ` Óscar Fuentes

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).