Hey all, I need code review for:
6905450 onbld support for mercurial 1.4 6880444 python code run from mercurial should be built with same python version 6861215 cadmium's interactive help text could use improvement 6861222 cadmium's webrev command should not accept the teamware specific -l option 6861215, and 6861222 have been reviewed previously, but not integrated for unrelated reasons. Webrevs: http://cr.opensolaris.org/~richlowe/onnv_6905450/ http://cr.opensolaris.org/~richlowe/cadtest_6905450/ The 6880444 portion of these changes is necessary prior to /usr/bin/python becoming python2.6, which laca is planning to do very very soon (or may have already done, in the JDS gate), so I'd appreciate prompt response to at least that portion, which I will pull out of these diffs and integrate separately if necessary. I have set PYTHON in Makefile.master to python2.4, as /usr/bin/python current *is* python2.4, this should be a no-op, until such a time as laca changes /usr/bin/python to be python2.6 (see above). This also affects pyzfs, which by inspection also expects python2.4. The major changes affecting us in Mercurial 1.4.x are: - a change to cmdutil.walkchangerevs, I've split that into < 1.4 and >= 1.4 versions, and made some related changes that existed in another workspace of mine (luckily). - The switch to using RST in docstring used as 'hg help' output, which required some changes to cdm's documentation. This will caused some minorly unaesthetic output under prior versions of Mercurial (primarily doubled colons). Thanks, -- Rich _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org