bk prs

[email protected] (Larry McVoy) Thu, 16 Mar 2006 13:11:45 -0800 (PST)
Newsgroups gmane.comp.version-control.bitkeeper.user
Message-ID <[email protected]>
How would people feel if in the next release we broke prs default output
and changed it from

$ bk prs -d:PRS: -r+ what.c
======== what.c 1.19 ========
D 1.19 2005/09/30 20:02:48-07:00 [email protected] 24 23 0/1/58
P src/what.c
C Fix GCC warnings.
------------------------------------------------

$ bk prs -r+ what.c
======== what.c 1.19 ========
src/what.c
  1.19 2005/09/30 20:02:48-07:00 [email protected] +0 -0
  Fix GCC warnings.

???

Note that you can still get the old output format with -d:PRS: or by setting
BK_PRS_DSPEC=:PRS:

Any objections?