Commit Graph

16 Commits

Author SHA1 Message Date
Matt Mackall
595d66f424 Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
Martin Geisler
baa960782c highlight: move code from module top-level into extsetup 2009-08-28 22:14:04 +02:00
Martin Geisler
9a881369db highlight: wrap docstrings at 70 characters 2009-07-26 01:48:02 +02:00
Martin Geisler
2a709091ef highlight: use reST syntax for literal block 2009-07-23 00:23:39 +02:00
Martin Geisler
82fe78daac highlight: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
c981f8f929 highlight: remove author name from docstring
I don't feel this should be part of the documentation. The name of the
original author can of course still be found with 'hg log'.
2009-06-27 13:08:07 +02:00
Dirkjan Ochtman
1c6c4a9bc7 extensions: fix up description lines some more 2009-06-24 12:25:56 +02:00
Cédric Duval
dbcec5595d extensions: improve the consistency of synopses
Trying as much as possible to consistently:
 - use a present tense predicate followed by a direct object
 - verb referring directly to the functionality provided
   (ie. not "add command that does this" but simple "do that")
 - keep simple and to the point, leaving details for the long help
   (width is tight, possibly even more so for translations)

Thanks to timeless, Martin Geisler, Rafael Villar Burke, Dan Villiom
Podlaski Christiansen and others for the helpful suggestions.
2009-06-22 15:48:08 +02:00
Dirkjan Ochtman
8e61ac3b6d highlight: was broken since 8f1a86879dd3 (encoding) 2009-06-21 16:54:57 +02:00
Cédric Duval
0caffe860f help: remove per-extension paragraph on how to enable it
The central place to find this information is the "extensions" help topic.
2009-06-20 20:57:13 +02:00
Martin Geisler
5b5c479188 highlight: consistently capitalize Pygments 2009-05-31 14:52:22 +02:00
Martin Geisler
e399bbe2aa highlight: add copyright and license header 2009-04-26 01:48:43 +02:00
Matt Mackall
e564d351f3 extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
Dirkjan Ochtman
c5e3760e1d help: better documentation intro for a few extensions 2008-10-18 16:56:39 +02:00
Rocco Rutte
cc79439de6 highlight: only pygmentize for HTML mimetypes
For non-html mimetypes it doesn't make much sense. This also fixes the
issue that highlight unconditionally adds a <link/> tag for its CSS to
the template's header (which is pointless in text/plain output).
2008-09-05 10:39:57 +02:00
Patrick Mezard
99f53b6386 highlight: split code to improve startup times 2008-08-25 23:04:56 +02:00