NAME
bk findmerge − show where two revisions where
merged
SYNOPSIS
bk findmerge [−a]
−rrev1 −rrev2
file
DESCRIPTION
This command will print the revision which is the least
upper bound (LUB) of the specified two revisions. If there
is more than one merge for the two revisions (e.g. because
two different users merged them independently), then
findmerge will return the oldest one. Adding the −a
option lists all of them.
OPTIONS
−a list all of the least upper bound merges where
the two given revisions came together.
−rrev specify the first and second rev
(both are required).
CATEGORY
Utility