[Bitkeeper-users] bk cset -r+ -d: how to add -p to the invoked diff command?

Rick Smith rick at bitmover.com
Wed May 31 14:41:45 PDT 2006


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


More information about the Bitkeeper-users mailing list