Re: definition of a "delta" and listing a cset's files?
Larry McVoy <[email protected]> Wed, 3 Nov 2004 08:47:59 -0800
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 03, 2004 at 11:38:59AM -0500, Robert P. J. Day wrote: > but since i really shouldn't be messing with "bk cset", is there some > kind of prs "dspec" that will print just the filenames in a cset? > some form of: > > $ bk changes -r+ -nd:????: Yup, it's easy. The bk changes interface takes a -v option which says "list the files as well as the changeset". So you can get a list of files like so: bk changes -r<REV> -vnd:GFILE: You are highly encouraged to read the prs man page and play around with the dspec keywords. All bk changes is is a fancy form of "bk prs ChangeSet", they both use the same internal interfaces. And bk changes -v is more or less bk rset -r<REV> | bk prs - More or less. > $ bk changes -r+ -a -a lists tag deltas as well as changesets. The current BK implementation mixes the tag graph with the changeset graph. -- --- 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.