Re: How do I do a code review?
"Bryan O'Sullivan" <[email protected]>
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2004-09-13 at 15:27 -0500, Timur Tabi wrote: > How do I do a graphical diff like this? Basically, I want to tell BK to > give me a graphical diff between a workspace and its parent. I don't > want to have to specify the individual file names (because I don't know > what they are), nor do I want to specify any revision levels (because I > don't know what they are either). You can get a textual diff as follows: bk export -tpatch -r`bk repogca my-other-repo`,+ Then use diffstat to get an overview of the diff, followed by manual eyeballing. <b _______________________________________________ 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.