On Mon, Jan 7, 2013 at 5:21 PM, Mete Atamel <[email protected]> wrote: >> yes, getHeadRevision must return the most recent public 'trunk' revision. >> returning a private branch revision is a bug. > > Maybe this could be specified in the JavaDoc for getHeadRevision to avoid > confusion?
done in r1430236 cheers stefan > > -Mete > > On 1/7/13 5:11 PM, "Stefan Guggisberg" <[email protected]> wrote: > >>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 >
