2012/11/20 Guido Trotter <ultrot...@google.com>: > On Tue, Nov 20, 2012 at 4:44 AM, Michael Hanselmann <han...@google.com> wrote: >> +def _GetLsAcquireModeAndTimeouts(mode, timeout, opportunistic): > > ...the fact that this function can take only two of them as "mode" and > "opportunistic" as a boolean is quite confusing.
I have changed it to a boolean, so now the function has the signature (bool want_all, number timeout, bool opportunistic). The changes are too big for an interdiff. I'll re-send together with fixes to the commit message. Michael