[Ns-developers] maintaining RELEASE_NOTES
Mathieu Lacage
mathieu.lacage at sophia.inria.fr
Mon Jul 7 09:53:26 PDT 2008
On Sat, 2008-07-05 at 14:36 -0700, Tom Henderson wrote:
> API changes from 3.1 to 3.2
> ---------------------------
> - several helper APIs related to attribute setting (changeset 3382, bug 234)
> - remove references to Parameter in helper APIs (changeset 3381, bug 232)
Please, don't _ever_ use changeset numbers like these as they are not
universal unique identifiers and will change depending on who checked
out the tree and which commits they added.
i.e., hg log |head:
changeset: 3378:747aeace32ee
tag: tip
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
date: Wed Jul 02 13:23:54 2008 -0700
summary: no need for protected members
Use the part of the changeset string after the ':'. For example,
changeset: 3378:747aeace32ee -> a unique identifier is 747aeace32ee,
not 3378
Mathieu
>
More information about the Ns-developers
mailing list