Often it is useful to see what changes have been made that haven't
been checked in yet.
You can use bk difftool or bk diffs to view differences.
Try the command line first; you should see the jread changes:
 |
bk diffs
|
And to see which files are not yet under BitKeeper control:
 |
bk extras
|
Then try the graphical tool:
 |
bk difftool
|
As with most BitKeeper graphical tools, you can use the "n" key to get to
the next diff and the "p" key to get to the previous diff.
bk difftool displays the differences between the last rev and the
modified versions of the file if run without options and the file
argument is a modified file.
With no arguments, it shows diffs for all modified files in
the current directory.
 |
Click Quit in bk difftool.
|