#9774: Upgrade the notebook to use MathJax instead of jsMath
---------------------------+------------------------------------------------
Reporter: mpatel | Owner: jason, was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: notebook | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Jason Grout | Author: Rob Beezer, Davide Cervone, John
Palmieri, Jason Grout, Nathan Carter
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by kini):
Replying to [comment:55 jason]:
> You don't happen to have your changes as a separate patch on top of
mine, do you? I'd love to review your changes, but it's a bit hard to see
where your additions are.
>
> If you don't have it, I'll just diff the two patches, but that's a
little harder to read than a separate patch.
Er, no, I don't, unfortunately. You can get such a diff by doing `hg
qfinish` on my patch on top of 4.8.alpha6, then `hg up 4.8.alpha4`, then
`hg qimport -P [your patch]`, then `hg diff -r tip -r [revid of my patch]`
(you would probably want to `hg strip [revid of my patch]` later).
But I don't see how that's very useful to you since it will be some
gigantic patch subsuming everything that was merged in alpha5 and alpha6.
In your position I would just diff the two patches, but maybe I don't
understand what you're asking for. If you just want diffs for the files
touched by the patch, that would also be possible, but maybe a bit
messier. Do as above, except also qfinish your patch, and then merge the
two qfinished patches' commits into a new commit, with your patch as the
primary parent. Then do `hg log -r [the merge commit] -p [the file
names]`. (I think that should work.) Or I guess you could just make the
gigantic patch and ignore the parts that are on irrelevant files.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9774#comment:58>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.