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. 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 >
