Re: [sage-devel] Re: Google code: copy of the Sage source repository

2010-10-30 Thread Minh Nguyen
Hi Leif, On Wed, Oct 27, 2010 at 3:15 PM, leif wrote: > P.S.: Perhaps also add an example of how to change the editor to > the .hgrc template, since 'vi[m]' seems to be the default on many > systems, but apparently many people aren't familiar with such an > editor. Ticket #10190 [1] addresses th

Re: [sage-devel] Re: Google code: copy of the Sage source repository

2010-10-26 Thread leif
Minh Nguyen wrote: > Hi Leif, > > On Wed, Oct 27, 2010 at 6:57 AM, leif wrote: >> http://www.sagemath.org/doc/developer/walk_through.html#submitting-a-change >> >> does not even mention one can use longer commit messages. ("hg log" >> only shows the first line, while "hg log -v" shows the full co

Re: [sage-devel] Re: Google code: copy of the Sage source repository

2010-10-26 Thread Minh Nguyen
Hi Leif, On Wed, Oct 27, 2010 at 6:57 AM, leif wrote: > http://www.sagemath.org/doc/developer/walk_through.html#submitting-a-change > > does not even mention one can use longer commit messages. ("hg log" > only shows the first line, while "hg log -v" shows the full commit > message, along with th

Re: [sage-devel] Re: Google code: copy of the Sage source repository

2010-10-26 Thread John Cremona
OK, I understand. If you had CC'd me into the discussion at #9914 I could have helped (not all external spkgs' authors are Sage developers too, but some are!). The only functions which directly call libpari are in my base lib called libjc. all the other code calls functions in libjc. But I alwa

Re: [sage-devel] Re: Google code: copy of the Sage source repository

2010-10-26 Thread John Cremona
Leif, Browsing the link led me to http://code.google.com/p/sagemath/source/detail?r=bc2913bfc76dd758bc4bd87554df6fb3b2b5050c and some comments of yours about (I think) whether mwrank/eclib/etc require the pari library. They do! They only use it in a small way (for factoring integers) but they do