Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-04-01 Thread Raymond Hettinger
On Apr 1, 2011, at 12:40 PM, Martin v. Löwis wrote: >> That's *way* better: >> >> https://bitbucket.org/mirror/cpython/src/3558eecd84f0/Lib/linecache.py >> >> Why can't we have that for our primary source viewer. > > Would you like to install this, or something else, or change the > templates

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-04-01 Thread Martin v. Löwis
> That's *way* better: > > https://bitbucket.org/mirror/cpython/src/3558eecd84f0/Lib/linecache.py > > Why can't we have that for our primary source viewer. Would you like to install this, or something else, or change the templates? If so, please let me know so I can give you access to dinsdale

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-04-01 Thread Nick Coghlan
On Fri, Apr 1, 2011 at 8:42 PM, Georg Brandl wrote: > There are of course other Mercurial-web frontends that are free.  hgweb is > just > the first choice because it's included.  (Just like Tkinter.) > > For example, I was recently pointed to RhodeCode > (http://pypi.python.org/pypi/RhodeCode/),

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-04-01 Thread Georg Brandl
Am 01.04.2011 03:44, schrieb Benjamin Peterson: > 2011/3/31 Raymond Hettinger : >> >> On Mar 31, 2011, at 6:28 PM, Victor Stinner wrote: >> >> Le 01/04/2011 01:15, Raymond Hettinger a écrit : >> >> The Hg source viewer needs to be tweaked to improve its usability. >> >> What we've got now is a step

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-04-01 Thread Dirkjan Ochtman
On Fri, Apr 1, 2011 at 02:30, Antoine Pitrou wrote: > This is something you need to discuss with the Mercurial project. > See http://mercurial.selenic.com/bts/ and > http://mercurial.selenic.com/wiki/ContributingChanges There's a lot you can change by just starting a new set of templates (with Me

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Glenn Linderman
On 3/31/2011 8:44 PM, Antoine Pitrou wrote: Impacting only the source viewer looks like it would require a patch to the generation logic, although I could be mistaken. Is there not something in the context surrounding the changelog and the source viewer that is different? And therefore someth

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Brendan Cully
On 2011-03-31, at 8:44 PM, Antoine Pitrou wrote: > On Thu, 31 Mar 2011 18:20:53 -0700 > Raymond Hettinger wrote: >> >> Surely, we at least have control over our own CSS. >> At http://hg.python.org/cpython/static/style-paper.css >> there are two lines that control the alternating bars: >> >> .

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Antoine Pitrou
On Thu, 31 Mar 2011 18:20:53 -0700 Raymond Hettinger wrote: > > Surely, we at least have control over our own CSS. > At http://hg.python.org/cpython/static/style-paper.css > there are two lines that control the alternating bars: > > .parity0 { background-color: #f0f0f0; } > .parity1 { backgroun

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Guido van Rossum
Can someone give Raymond write access to the website already so he can fix it himself? On Thu, Mar 31, 2011 at 6:44 PM, Benjamin Peterson wrote: > 2011/3/31 Raymond Hettinger : >> >> On Mar 31, 2011, at 6:28 PM, Victor Stinner wrote: >> >> Le 01/04/2011 01:15, Raymond Hettinger a écrit : >> >> Th

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Scott Dial
On 3/31/2011 8:30 PM, Antoine Pitrou wrote: > On Thu, 31 Mar 2011 16:15:48 -0700 > Raymond Hettinger wrote: >> The Hg source viewer needs to be tweaked to improve its usability. >> What we've got now is a step backwards from the previous svn viewer. >> >> Looking at http://hg.python.org/cpython/fi

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Benjamin Peterson
2011/3/31 Raymond Hettinger : > > On Mar 31, 2011, at 6:28 PM, Victor Stinner wrote: > > Le 01/04/2011 01:15, Raymond Hettinger a écrit : > > The Hg source viewer needs to be tweaked to improve its usability. > > What we've got now is a step backwards from the previous svn viewer. > > Looking at ht

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Raymond Hettinger
On Mar 31, 2011, at 6:28 PM, Victor Stinner wrote: > Le 01/04/2011 01:15, Raymond Hettinger a écrit : >> The Hg source viewer needs to be tweaked to improve its usability. >> What we've got now is a step backwards from the previous svn viewer. >> >> Looking at http://hg.python.org/cpython/file/d

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Victor Stinner
Le 01/04/2011 01:15, Raymond Hettinger a écrit : The Hg source viewer needs to be tweaked to improve its usability. What we've got now is a step backwards from the previous svn viewer. Looking at http://hg.python.org/cpython/file/default/Lib/linecache.py for example, there are two issues. 1)

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Raymond Hettinger
On Mar 31, 2011, at 5:55 PM, Antoine Pitrou wrote: > Le jeudi 31 mars 2011 à 17:46 -0700, Raymond Hettinger a écrit : >> On Mar 31, 2011, at 5:30 PM, Antoine Pitrou wrote: >> >>> On Thu, 31 Mar 2011 16:15:48 -0700 >>> Raymond Hettinger wrote: The Hg source viewer needs to be tweaked to imp

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Antoine Pitrou
Le jeudi 31 mars 2011 à 17:46 -0700, Raymond Hettinger a écrit : > On Mar 31, 2011, at 5:30 PM, Antoine Pitrou wrote: > > > On Thu, 31 Mar 2011 16:15:48 -0700 > > Raymond Hettinger wrote: > >> The Hg source viewer needs to be tweaked to improve its usability. > >> What we've got now is a step bac

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Raymond Hettinger
On Mar 31, 2011, at 5:30 PM, Antoine Pitrou wrote: > On Thu, 31 Mar 2011 16:15:48 -0700 > Raymond Hettinger wrote: >> The Hg source viewer needs to be tweaked to improve its usability. >> What we've got now is a step backwards from the previous svn viewer. >> >> Looking at http://hg.python.org/

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Antoine Pitrou
On Thu, 31 Mar 2011 16:15:48 -0700 Raymond Hettinger wrote: > The Hg source viewer needs to be tweaked to improve its usability. > What we've got now is a step backwards from the previous svn viewer. > > Looking at http://hg.python.org/cpython/file/default/Lib/linecache.py for > example, > there

Re: [Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Terry Reedy
On 3/31/2011 7:15 PM, Raymond Hettinger wrote: The Hg source viewer needs to be tweaked to improve its usability. What we've got now is a step backwards from the previous svn viewer. Looking at http://hg.python.org/cpython/file/default/Lib/linecache.py for example, there are two issues. 1) the c

[Python-Dev] Impaired Usability of the Mercurial Source Viewer

2011-03-31 Thread Raymond Hettinger
The Hg source viewer needs to be tweaked to improve its usability. What we've got now is a step backwards from the previous svn viewer. Looking at http://hg.python.org/cpython/file/default/Lib/linecache.py for example, there are two issues. 1) the code cannot be cut-and-pasted because the line