NAME
bk superset − check to see if the parent is ahead of
the current repository
SYNOPSIS
bk superset [−q] [parent]
DESCRIPTION
bk superset does checks to see if removing the current
repository is a lossless event.
It checks that:
☞ there are no local only changesets and/or tags
☞ there are no pending deltas
☞ there are no modified files
☞ there are no extra files
☞ there are no pending patches from aborted pulls
☞ there are no unresolved pulls
☞ there are no saved patches from a bk collapse
operation
☞ there are no saved patches from an undo/unpull
operation
☞ if there are sub-repositories and no parent was
specified in the call to bk superset, then the
sub-repositories are also similarly checked against their
parent
Unless the −q option is present, bk superset lists all things that are not in the parent.
OPTIONS
−q Be quiet
EXIT STATUS
bk superset returns exit status
0 if the parent is a superset
1 if the parent is not a superset
CATEGORY
Repository