Re: more questions regarding recursion and a couple BK commands

Larry McVoy <[email protected]> Mon, 1 Nov 2004 14:13:07 -0800
Newsgroups gmane.comp.version-control.bitkeeper.user
Message-ID <[email protected]>
On Mon, Nov 01, 2004 at 05:08:40PM -0500, Robert P. J. Day wrote:
> 1) i notice that "bk pending" has no options to print anything except
> all uncommitted deltas in the entire repo, regardless of your current
> working directory.  is there no value to being able to run this on
> only a portion of the repo?

bk pending is more or less
	
	bk -R sfiles | bk prs -

so you can roll your own.

> 2) regarding "stripdel", is there a short form for the revision option
> to say, "strip all uncommitted deltas"?  and is there a shorthand way
> of running this recursively to, say, strip all uncommitted deltas
> throughout the entire repo (if you realize you've made a huge mistake
> in your checkins)?

Yup:

	bk sfiles -pA | bk stripdel -
-- 
---
Larry McVoy                lm at bitmover.com           http://www.bitkeeper.com
_______________________________________________
Bitkeeper-users mailing list
[email protected]
http://bitmover.com/mailman/listinfo/bitkeeper-users
To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page.