NAME
bk pending − list deltas which need to be in a
changeset
SYNOPSIS
bk pending [−S] [−q]
DESCRIPTION
The bk pending command shows changes that have been
checked into your local work area, but not yet committed to
a changeset. You have to commit to a changeset in order to
send the change to other work areas.
To see what needs to be committed to a change set, run:
$ bk pending
OPTIONS
−S
−−standalone Limit the list to the current
component. This has no effect in a traditional standalone
repository, but in a nested collection, processes just the
current component and not the entire nested collection.
−q No output. Return 0 if there are pending files
or 1 if there are not.
NOTE
This command is roughly the same as
$ bk -e gfiles -pA | bk -P log ... -
or, in the presence of the −S option,
$ bk -R gfiles -pA | bk -R log ... -
SEE ALSO
bk-commit, bk-changes, bk-log,
bk-gfiles
CATEGORY
Repository