From: MARK CALLAGHAN Date: March 26 2009 11:35pm Subject: Re: g4 annotate and mysql branches in launchpad List-Archive: http://lists.mysql.com/internals/36486 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Mar 26, 2009 at 12:17 AM, Kristian Nielsen wrote: > MARK CALLAGHAN writes: > >> I am trying to understand the output of 'g4 annotate' for >> lp:mysql-server/6.0. My guess is that the three part revision numbers >> (2599.281.53) =A0are from the pre-bzr source control system. Is there >> any way for the general public to get the details of those commits? > > All of the history should be in there. What makes you think it is not? Some combination of the following: ignorance, unable to devote enough time to learning yet another SCM > > =A0 =A0$ bzr log --show-ids -r2599.281.53 sql_select.cc | head -10 > =A0 =A0------------------------------------------------------------ > =A0 =A0revno: 2599.281.53 > =A0 =A0revision-id: alik@stripped > =A0 =A0parent: guilhem@stripped > =A0 =A0parent: sergefp@stripped > =A0 =A0committer: Alexander Nozdrin > =A0 =A0branch nick: 6.0-maria > =A0 =A0timestamp: Sun 2008-12-14 14:36:15 +0300 > =A0 =A0message: > =A0 =A0 =A0Pull from 6.0 > >> 2599.281.53 =A0alik@su | =A0 =A0 rows=3D >> tab->table->file->multi_range_read_info(tab->ref.key, 10, 20, >> 2599.281.53 =A0alik@su | >> =A0 &bufsz, &flags, &cost); >> 2599.281.53 =A0alik@su | =A0 =A0 if ((rows !=3D HA_POS_ERROR) && !(flags= & >> HA_MRR_USE_DEFAULT_IMPL) && >> 2599.281.53 =A0alik@su | =A0 =A0 =A0 =A0 (!(flags & HA_MRR_NO_ASSOCIATIO= N) || >> cache_level > 6) && > > In general, I would not look too closely at the revision numbers of bzr, = as > they are more or less meaningless; they can change whenever a merge is > done. Use revision ids instead for stability. > > =A0- Kristian. > Thanks for the response. --=20 Mark Callaghan mdcallag@stripped