Re: bk cset -r+ -d: how to add -p to the invoked diff command?
[email protected] (Larry McVoy) Wed, 31 May 2006 14:53:24 -0700
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
If you can wait a bit for bk-4.0 (we're going to restricted beta in a few days and a wider beta in a week or two, current plans at least) then I think that this becomes trivial. We added support for spitting out the diffs in bk changes so you can do bk changes -vvr+ and it uses a new dspec :DIFFS_UP: which does diffs -up style output. Like so: #### ChangeSet #### 2005-09-26 12:34:23-07:00, [email protected] Remove -u/-g support, that was a bad idea. Teach people to use su -c instead, demo that in the init script. ==== RELEASE-NOTES-3.3.x ==== 2005-09-26 12:34:12-07:00, [email protected] +3 -0 Note removal of -u/-g bkd options. --- 1.1/RELEASE-NOTES-3.3.x 2006-05-31 14:52:49 -07:00 +++ 1.2/RELEASE-NOTES-3.3.x 2006-05-31 14:52:49 -07:00 @@ -20,6 +20,9 @@ bk bkd data to be transmitted to <repo>/BitKeeper/tmp and dropping the lock before transmitting. + -u/-g options have been removed, use su(1) instead, it interacts + better with license management. + Multiple parents Repositories can have a list of parent URLs. With this change a 'bk pull' can fetch new data from a list of sources and 'bk push' ==== man/man1/bk-bkd.1 ==== 2005-09-26 12:34:12-07:00, [email protected] +4 -13 Remove -u/-g, it's better to use su. --- 1.37/man/man1/bk-bkd.1 2006-05-31 14:52:49 -07:00 +++ 1.38/man/man1/bk-bkd.1 2006-05-31 14:52:49 -07:00 @@ -180,21 +180,11 @@ Write the pid of daemon process into thi Specify an alternative port. The default port is 0x3962 (aka 14690). This option implies \-d. .tp -.OPTreq \-g gid -Attempt to run with group id -.ARG gid -(POSIX compatible systems only). -.tp -- --- Larry McVoy lm at bitmover.com http://www.bitkeeper.com