Commit Graph

9177 Commits

Author SHA1 Message Date
Martin Geisler
aec18a48b3 interhg: use reST syntax for literal block 2009-07-23 00:23:53 +02:00
Martin Geisler
2a709091ef highlight: use reST syntax for literal block 2009-07-23 00:23:39 +02:00
Martin Geisler
e7e772dea1 hgk: use reST syntax for literal blocks 2009-07-23 00:23:24 +02:00
Martin Geisler
712e6d3e22 hgcia: use reST syntax for literal block 2009-07-23 00:23:08 +02:00
Martin Geisler
a3715f628a extdiff: use reST syntax for literal block 2009-07-23 00:22:50 +02:00
Martin Geisler
c5502ce5fe color: use reST syntax for literal block 2009-07-23 00:22:35 +02:00
Martin Geisler
0c95184876 churn: use reST syntax for literal blocks 2009-07-23 00:22:05 +02:00
Martin Geisler
49448c8739 bugzilla: wrap example template line 2009-07-23 00:21:46 +02:00
Martin Geisler
87f99d6b85 bugzilla: reformat list of configuration options 2009-07-23 00:20:18 +02:00
Martin Geisler
a15bfef40d bookmarks: use reST syntax for literal block 2009-07-23 00:02:06 +02:00
Martin Geisler
1bc6f1fdf9 acl: use reST syntax for literal blocks 2009-07-23 00:01:24 +02:00
Martin Geisler
0f9cd05325 transplant: better reST formatting 2009-07-22 23:26:27 +02:00
Bryan O'Sullivan
2f16501cf7 Merge with crew-stable 2009-07-22 15:28:30 -07:00
Bryan O'Sullivan
9a780e99c8 Fix issue1679: path reconstruction in hgwebdir was mangling things badly 2009-07-22 15:26:27 -07:00
Martin Geisler
ae0794fd45 coding style: use a space after comma
I left a cases like 'lambda x,y:' alone -- the lack of a space does
not bother me as much when the variables are single letters.
2009-07-22 23:12:54 +02:00
Martin Geisler
80783827fb commands: remove ineffective parenthesis 2009-07-22 23:08:32 +02:00
Martin Geisler
f69f24cd76 merge with crew-stable 2009-07-22 22:56:45 +02:00
Martin Geisler
a17f0cee1b do not translate commit messages
It is not very helpful to have 'Added tag %s for changeset %s' and
similar messages translated into different languages when people work
together using different locales.

We now use English strings without support for translations. If
needed, the user can still supply a custom string for most commands.
2009-07-22 22:50:34 +02:00
Christian Ebert
515e88efb5 keyword: reformat kwfiles help for minirst parser 2009-07-22 08:28:30 +01:00
Martin Geisler
09ecb9d836 hgignore.5: mark file names and cmdline options as literal text 2009-07-21 12:19:53 +02:00
Martin Geisler
b6d3a25fa7 merge with crew-stable 2009-07-21 12:09:32 +02:00
Martin Geisler
b596922c24 hgignore.5: expanded description
- explain that .hgignore must be created manually
- hint that it is typically put under revision control
2009-07-21 12:06:32 +02:00
Matt Mackall
a55c90be2b Merge with stable 2009-07-20 19:18:38 -05:00
Matt Mackall
5d2bdd955b Merge with crew-stable 2009-07-20 19:15:44 -05:00
Benoit Boissinot
6018085a10 merge with -stable 2009-07-19 21:15:40 +02:00
Benoit Boissinot
74c03ea972 graphlog: fix incoming with local repo (issue1731) 2009-07-19 18:59:19 +02:00
Patrick Mezard
c18b5e4660 Update win32 build instructions for rst2html 2009-07-19 18:44:20 +02:00
Patrick Mezard
5b2d10b6fe Merge with crew-stable 2009-07-19 18:28:43 +02:00
Patrick Mezard
ef63c1e5f9 Mention GnuWin32 gettext in win32 build instructions 2009-07-19 18:23:37 +02:00
Martin Geisler
6333eff1b0 doc: update README with links to Docutils 2009-07-18 22:28:28 +02:00
Martin Geisler
b61af83551 hg: better wrapping of string literal 2009-07-17 20:52:21 +02:00
Matt Mackall
5cf070ede1 Merge with crew 2009-07-18 12:41:49 -05:00
Matt Mackall
d8c1b12a59 changelog: move delayopener outside of class to eliminate reference cycle 2009-07-18 12:34:38 -05:00
Matt Mackall
58b70ccd45 changelog: swap opener to switch delay modes 2009-07-18 11:26:35 -05:00
Matt Mackall
853050477c changelog: factor out _delayname 2009-07-18 11:25:55 -05:00
Matt Mackall
bda87e75ac changelog: _delaycount -> _divert 2009-07-18 11:25:54 -05:00
Matt Mackall
b707d43231 Merge with crew-stable 2009-07-17 11:52:53 -05:00
Patrick Mezard
6fb02d8b2c Merge with crew-stable 2009-07-17 16:01:19 +02:00
Patrick Mezard
18de6d1538 convert/svn: fix backtrace in tags discovery (issue1742) 2009-07-17 13:31:12 +02:00
Brendan Cully
09920a4acd Merge with hg 2009-07-16 21:05:24 -07:00
Martin Geisler
6d834b7cc4 doc: link man pages to one another 2009-07-16 23:25:26 +02:00
Martin Geisler
47b638b157 doc: fixup font markup in man pages
This exposed a bug in rst2man where it neglects to escape a literal
backslash. A patch has been applied upstream, but not yet packaged in,
say, Debian unstable. A forward-compatible work-around has therefore
been put in place.
2009-07-16 23:25:26 +02:00
Martin Geisler
f92187f9e3 help: fix bad indentation in template filters list
The indentation showed up in the hg.1.html file.
2009-07-16 23:25:26 +02:00
Martin Geisler
ab7c29bc29 doc: add newline after literal blocks in man pages
The rst2man writer leaves no space between a literal block and the
following paragraph. This patch corrects this.

It has also been applied upstream. This does not conflict with this
change since any number of newlines can be added without effecting the
rendered man page.
2009-07-16 23:25:26 +02:00
Martin Geisler
92882a99d0 doc: use reStructuredText for man and HTML pages
The Makefile now requires the rst2html and rst2man programs. Both can
be found in Debian testing or downloaded from the Docutils homepage:

  http://docutils.sf.net/
  http://docutils.sf.net/sandbox/manpage-writer/

The new HTML and man pages no longer contain huge amounts of
un-wrapping literal blocks, thanks to how snippets of reStructuredText
can easily be included inside other reStructuredText documents.

The HTML pages now have anchors for all sections, including the help
topics in hgrc.1 which were missing from the old HTML pages.
2009-07-16 23:25:26 +02:00
Martin Geisler
3951831e0b commands: use minirst parser when displaying help 2009-07-16 23:25:26 +02:00
Martin Geisler
7953ecf0bd minimal reStructuredText parser 2009-07-16 23:25:25 +02:00
Martin Geisler
607267cbbc util: wrap at termwidth-2 by default 2009-07-16 23:25:25 +02:00
Matt Mackall
9f21c99975 Merge with stable 2009-07-16 15:40:13 -05:00
Matt Mackall
a57f5b2b3b Add ui.progress API 2009-07-16 14:49:52 -05:00