Re: bk cset -r+ -d: how to add -p to the invoked diff command?

Rick Smith <[email protected]> Wed, 31 May 2006 14:41:45 -0700
Newsgroups gmane.comp.version-control.bitkeeper.user
Message-ID <[email protected]>
On Wed, May 31, 2006 at 05:04:41PM +0400, Konstantin Osipov wrote:
> Hello, 
> 
> How to influence the behaviour of diff command called from
> bk cset -r+ -d?
> 
> Is there a configuration file that can be updated?
> We would like to add -p to all our diffs.

Hi,

Take a look at:

bk rset -r+ | grep -v '^ChangeSet' | bk diffs -p -

Does that help?  It uses diff -pu

What version of bk are you using?  This was tested on bk-3.2.8 .

Rick