On Mon, Jan 7, 2013 at 4:46 PM, Marcel Reutegger <[email protected]> wrote: > Hi, > > while working on OAK-535 I noticed that MongoMK.getHeadRevision() > may also return the revision of a branch commit. Is this intentional? > I was rather expecting the method would return the highest commit > revision without a branchId.
yes, getHeadRevision must return the most recent public 'trunk' revision. returning a private branch revision is a bug. cheers stefan > > Regards > Marcel
