On Wed, Aug 11, 2010 at 01:52:47PM -0700, Shawn Walker wrote: > Greetings, > > The following webrev contains fixes for the following issue: > > 16651 can't access versions of packages other than newest for list > -n, info -r, and contents -r > > webrev: > http://cr.opensolaris.org/~swalker/pkg-16651/
Looks good. Just a nit with lines 1346-1350 in api.py. You could simplify this to the following: use_last = newest and not pat_versioned That would skip the entire if statement. -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
