##// END OF EJS Templates
hgrc.5: fix quoting of literal strings...
hgrc.5: fix quoting of literal strings The quotes would go wrong in many places due to differences between asciidoc version 8.2.7 used by Benoit and 8.4.5 used by me. Between those versions asciidoc stopped interpreting the content of `quoted strings`, and so `*` would start bold text in the old version, but do nothing in the new version. To complicate things further, `\*` would escape the bold tag in the old version, but in the new version the backslash was inserted literally into the output (because the backtick quotes it). I've now replaced backticks with non-quoting plusses and escaped backslashes as appropriate.

File last commit:

r8775:8e15f4af default
r8781:385a2d94 default
Show More
hg.1.txt
88 lines | 2.2 KiB | text/plain | TextLexer
jake@edge2.net
adding doc directory and files
r177 HG(1)
=====
Matt Mackall <mpm@selenic.com>
Martin Geisler
man pages: add meta data...
r8772 :man source: Mercurial
:man manual: Mercurial Manual
jake@edge2.net
adding doc directory and files
r177
NAME
----
mpm@selenic.com
Update docs...
r438 hg - Mercurial source code management system
jake@edge2.net
adding doc directory and files
r177
SYNOPSIS
--------
Martin Geisler
hg.1: simplify synopsis...
r8774 *hg* 'command' ['option']... ['argument']...
jake@edge2.net
adding doc directory and files
r177
DESCRIPTION
-----------
Martin Geisler
hg.1: highlight references to commands and man pages
r8775 The *hg* command provides a command line interface to the Mercurial
Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
r8728 system.
jake@edge2.net
adding doc directory and files
r177
COMMAND ELEMENTS
----------------
files ...::
Bryan O'Sullivan
Get add and locate to use new repo and dirstate walk code....
r724 indicates one or more filename or relative path filenames; see
"FILE NAME PATTERNS" for information on pattern matching
jake@edge2.net
adding doc directory and files
r177
path::
indicates a path on the local machine
Thomas Arendsen Hein
Update of doc/hg.1.txt...
r478 revision::
Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
r8728 indicates a changeset which can be specified as a changeset
revision number, a tag, or a unique substring of the changeset
hash value
jake@edge2.net
adding doc directory and files
r177
repository path::
mpm@selenic.com
Various doc clean-ups and spelling fixes...
r498 either the pathname of a local repository or the URI of a remote
Matt Mackall
Autodetect static-http
r7211 repository.
mpm@selenic.com
Update docs...
r438
Benoit Boissinot
generate hg manpage from commands.py docstring...
r1814 include::hg.1.gendoc.txt[]
mpm@selenic.com
Update docs...
r438
jake@edge2.net
adding doc directory and files
r177 FILES
-----
Martin Geisler
man pages: mark filenames and env vars as fixed text
r8766 `.hgignore`::
Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
r8728 This file contains regular expressions (one per line) that
Martin Geisler
hg.1: highlight references to commands and man pages
r8775 describe file names that should be ignored by *hg*. For details,
see *hgignore(5)*.
jake@edge2.net
adding doc directory and files
r177
Martin Geisler
man pages: mark filenames and env vars as fixed text
r8766 `.hgtags`::
Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
r8728 This file contains changeset hash values and text tag names (one
of each separated by spaces) that correspond to tagged versions of
the repository contents.
jake@edge2.net
adding doc directory and files
r177
Martin Geisler
man pages: mark filenames and env vars as fixed text
r8766 `/etc/mercurial/hgrc`, `$HOME/.hgrc`, `.hg/hgrc`::
This file contains defaults and configuration. Values in `.hg/hgrc`
override those in `$HOME/.hgrc`, and these override settings made in
Martin Geisler
hg.1: highlight references to commands and man pages
r8775 the global `/etc/mercurial/hgrc` configuration. See *hgrc(5)* for
Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
r8728 details of the contents and format of these files.
mpm@selenic.com
Transparent proxy support...
r321
Martin Geisler
man pages: mark filenames and env vars as fixed text
r8766 Some commands (e.g. revert) produce backup files ending in `.orig`, if
the `.orig` file already exists and is not tracked by Mercurial, it will
Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
r8728 be overwritten.
Benoit Boissinot
Document the fact that revert might overwrite .orig files
r3021
jake@edge2.net
adding doc directory and files
r177 BUGS
----
Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
r8728 Probably lots, please post them to the mailing list (See Resources
below) when you find them.
jake@edge2.net
adding doc directory and files
r177
Bryan O'Sullivan
Move hgrc documentation out to its own man page, hgrc(5)....
r671 SEE ALSO
--------
Martin Geisler
hg.1: highlight references to commands and man pages
r8775 *hgignore(5)*, *hgrc(5)*
Bryan O'Sullivan
Move hgrc documentation out to its own man page, hgrc(5)....
r671
jake@edge2.net
adding doc directory and files
r177 AUTHOR
------
Written by Matt Mackall <mpm@selenic.com>
RESOURCES
---------
http://selenic.com/mercurial[Main Web Site]
http://selenic.com/hg[Source code repository]
http://selenic.com/mailman/listinfo/mercurial[Mailing list]
COPYING
-------
Martin Geisler
man pages: updated copyright years
r8771 Copyright \(C) 2005-2009 Matt Mackall.
jake@edge2.net
adding doc directory and files
r177 Free use of this software is granted under the terms of the GNU General
Public License (GPL).