##// END OF EJS Templates
add --config global option. allows to set hgrc option on command line....
add --config global option. allows to set hgrc option on command line. syntax: --config section.name=value also add new test-globalopts to test all global options in one place.

File last commit:

r453:7a3a3952 default
r2293:3dc6f250 default
Show More
README
21 lines | 529 B | text/plain | TextLexer
mpm@selenic.com
Clarify doc/README a bit...
r453 Mercurial's documentation is currently kept in ASCIIDOC format, which
is a simple plain text format that's easy to read and edit. It's also
convertible to a variety of other formats including standard UNIX man
page format and HTML.
jake@edge2.net
adding doc directory and files
r177
mpm@selenic.com
Clarify doc/README a bit...
r453 To do this, you'll need to install ASCIIDOC:
jake@edge2.net
adding doc directory and files
r177
mpm@selenic.com
Clarify doc/README a bit...
r453 http://www.methods.co.nz/asciidoc/
jake@edge2.net
adding doc directory and files
r177
mpm@selenic.com
Clarify doc/README a bit...
r453 To generate the man page:
jake@edge2.net
adding doc directory and files
r177
mpm@selenic.com
Clarify doc/README a bit...
r453 asciidoc -d manpage -b docbook hg.1.txt
xmlto man hg.1.xml
jake@edge2.net
adding doc directory and files
r177
mpm@selenic.com
Clarify doc/README a bit...
r453 To display:
jake@edge2.net
adding doc directory and files
r177
mpm@selenic.com
Clarify doc/README a bit...
r453 groff -mandoc -Tascii hg.1 | more
jake@edge2.net
adding doc directory and files
r177
mpm@selenic.com
Clarify doc/README a bit...
r453 To create the html page (without stylesheets):
jake@edge2.net
adding doc directory and files
r177
mpm@selenic.com
Clarify doc/README a bit...
r453 asciidoc -b html hg.1.txt