Bill Holler wrote: > The "Mercurial way" would be to diff the repository with the earlier > revision of itself (the rev when it was cloned). ;-) Use "hg log" to > find the revision when the gate was created, and then use > "hg diff -r [REV]" to print the diff. > > The tesla gates I am aware of are cloned from OpenSolaris build 84. > Does OpenSolaris keep old versions of the gate? If so, you can > diff a tesla gate with build 84.
Forgot to mention that all the Nevada builds are tagged. You can clone build 84 by using the -r option to hg clone. I believe that: hg clone -r onnv_84 ssh://anon at hg.opensolaris.org/hg/onnv/onnv-gate do the trick. > > Is there a webrev tool that works with hg? > > HTH, > Bill > > > Rafael Vanoni wrote: >> Does anyone have a webrev for the tesla gate ? >> >> I'm just getting into it and could use the diffs from onnv, >> or a list of changes. >> >> thanks >> Rafael >> _______________________________________________ >> tesla-dev mailing list >> tesla-dev at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/tesla-dev >> > > _______________________________________________ > tesla-dev mailing list > tesla-dev at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/tesla-dev
