rst.patch revision 2951
2302N/ARewrite some sections of the documentation to match what we deliver on
2302N/ASolaris, or remove sections that are of no relevance to Solaris.
2302N/A
2302N/A--- mercurial-2.7/hgext/hgk.py Mon Aug 19 14:57:23 2013
2302N/A+++ mercurial-2.7/hgext/hgk.py Mon Aug 19 15:04:11 2013
2302N/A@@ -13,13 +13,12 @@
2302N/A
2302N/A hgk consists of two parts: a Tcl script that does the displaying and
2302N/A querying of information, and an extension to Mercurial named hgk.py,
2302N/A-which provides hooks for hgk to get information. hgk can be found in
2302N/A-the contrib directory, and the extension is shipped in the hgext
2302N/A-repository, and needs to be enabled.
2302N/A+which provides hooks for hgk to get information.
2302N/A
2302N/A-The :hg:`view` command will launch the hgk Tcl script. For this command
2302N/A-to work, hgk must be in your search path. Alternately, you can specify
2302N/A-the path to hgk in your configuration file::
2302N/A+The :hg:`view` command will launch the hgk Tcl script. The script is
2302N/A+shipped in /usr/demo/mercurial, and hgk needs no configuration to find
2302N/A+it. You can specify the path to an alternate hgk in your configuration
2302N/A+file::
2302N/A
2302N/A [hgk]
2302N/A path=/location/of/hgk
2302N/A--- mercurial-2.7/mercurial/help/hg.1.txt Thu Aug 1 20:37:39 2013
2302N/A+++ mercurial-2.7/mercurial/help/hg.1.txt Mon Aug 19 15:14:00 2013
2302N/A@@ -85,6 +85,11 @@
2302N/A repositories. The file format is the same as for ``.hgtags``, but it is
2302N/A encoded using the local system encoding.
2302N/A
2302N/A+``/usr/demo/mercurial``
2302N/A+ This directory contains assorted files which are part of the Mercurial
2302N/A+ distribution, but not core to its functionality. They will generally
2302N/A+ need to be copied elsewhere to be of use.
2302N/A+
2302N/A Some commands (e.g. revert) produce backup files ending in ``.orig``,
2302N/A if the ``.orig`` file already exists and is not tracked by Mercurial,
2302N/A it will be overwritten.
2951N/A--- mercurial-3.0.1/mercurial/help/config.txt Sun Jun 1 14:15:14 2014
2951N/A+++ mercurial-3.0.1/mercurial/help/config.txt Fri Jun 6 10:46:07 2014
2302N/A@@ -18,8 +18,7 @@
2302N/A Mercurial reads configuration data from several files, if they exist.
2302N/A These files do not exist by default and you will have to create the
2302N/A appropriate configuration files yourself: global configuration like
2302N/A-the username setting is typically put into
2302N/A-``%USERPROFILE%\mercurial.ini`` or ``$HOME/.hgrc`` and local
2302N/A+the username setting is typically put into ``$HOME/.hgrc`` and local
2302N/A configuration is put into the per-repository ``<repo>/.hg/hgrc`` file.
2302N/A
2302N/A The names of these files depend on the system on which Mercurial is
2302N/A@@ -28,33 +27,25 @@
2302N/A paths are given below, settings from earlier paths override later
2302N/A ones.
2302N/A
2302N/A-| (All) ``<repo>/.hg/hgrc``
2302N/A+| ``<repo>/.hg/hgrc``
2302N/A
2302N/A Per-repository configuration options that only apply in a
2302N/A particular repository. This file is not version-controlled, and
2302N/A will not get transferred during a "clone" operation. Options in
2302N/A- this file override options in all other configuration files. On
2302N/A- Plan 9 and Unix, most of this file will be ignored if it doesn't
2302N/A+ this file override options in all other configuration files.
2302N/A+ Most of this file will be ignored if it doesn't
2302N/A belong to a trusted user or to a trusted group. See the documentation
2302N/A for the ``[trusted]`` section below for more details.
2302N/A
2302N/A-| (Plan 9) ``$home/lib/hgrc``
2302N/A-| (Unix) ``$HOME/.hgrc``
2302N/A-| (Windows) ``%USERPROFILE%\.hgrc``
2302N/A-| (Windows) ``%USERPROFILE%\Mercurial.ini``
2302N/A-| (Windows) ``%HOME%\.hgrc``
2302N/A-| (Windows) ``%HOME%\Mercurial.ini``
2302N/A+| ``$HOME/.hgrc``
2302N/A
2302N/A- Per-user configuration file(s), for the user running Mercurial. On
2302N/A- Windows 9x, ``%HOME%`` is replaced by ``%APPDATA%``. Options in these
2302N/A- files apply to all Mercurial commands executed by this user in any
2302N/A- directory. Options in these files override per-system and per-installation
2302N/A+ Per-user configuration file, for the user running Mercurial. Options in this
2302N/A+ file apply to all Mercurial commands executed by this user in any
2302N/A+ directory. Options in this file override per-system and per-installation
2302N/A options.
2302N/A
2302N/A-| (Plan 9) ``/lib/mercurial/hgrc``
2302N/A-| (Plan 9) ``/lib/mercurial/hgrc.d/*.rc``
2302N/A-| (Unix) ``/etc/mercurial/hgrc``
2302N/A-| (Unix) ``/etc/mercurial/hgrc.d/*.rc``
2302N/A+| ``/etc/mercurial/hgrc``
2302N/A+| ``/etc/mercurial/hgrc.d/*.rc``
2302N/A
2302N/A Per-system configuration files, for the system on which Mercurial
2302N/A is running. Options in these files apply to all Mercurial commands
2951N/A@@ -61,30 +52,6 @@
2302N/A executed by any user in any directory. Options in these files
2302N/A override per-installation options.
2302N/A
2302N/A-| (Plan 9) ``<install-root>/lib/mercurial/hgrc``
2302N/A-| (Plan 9) ``<install-root>/lib/mercurial/hgrc.d/*.rc``
2302N/A-| (Unix) ``<install-root>/etc/mercurial/hgrc``
2302N/A-| (Unix) ``<install-root>/etc/mercurial/hgrc.d/*.rc``
2302N/A-
2302N/A- Per-installation configuration files, searched for in the
2302N/A- directory where Mercurial is installed. ``<install-root>`` is the
2302N/A- parent directory of the **hg** executable (or symlink) being run. For
2302N/A- example, if installed in ``/shared/tools/bin/hg``, Mercurial will look
2302N/A- in ``/shared/tools/etc/mercurial/hgrc``. Options in these files apply
2302N/A- to all Mercurial commands executed by any user in any directory.
2302N/A-
2302N/A-| (Windows) ``<install-dir>\Mercurial.ini`` **or**
2302N/A-| (Windows) ``<install-dir>\hgrc.d\*.rc`` **or**
2302N/A-| (Windows) ``HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial``
2302N/A-
2302N/A- Per-installation/system configuration files, for the system on
2302N/A- which Mercurial is running. Options in these files apply to all
2302N/A- Mercurial commands executed by any user in any directory. Registry
2302N/A- keys contain PATH-like strings, every part of which must reference
2302N/A- a ``Mercurial.ini`` file or be a directory where ``*.rc`` files will
2302N/A- be read. Mercurial checks each of these locations in the specified
2302N/A- order until one or more configuration files are detected.
2302N/A-
2951N/A .. note::
2302N/A
2951N/A The registry key ``HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mercurial``
2951N/A@@ -368,12 +335,6 @@
2302N/A of an empty temporary file, where the filtered data must be written by
2302N/A the command.
2302N/A
2951N/A-.. note::
2951N/A-
2951N/A- The tempfile mechanism is recommended for Windows systems,
2302N/A- where the standard shell I/O redirection operators often have
2302N/A- strange effects and may corrupt the contents of your files.
2302N/A-
2302N/A This filter mechanism is used internally by the ``eol`` extension to
2302N/A translate line ending characters between Windows (CRLF) and Unix (LF)
2302N/A format. We suggest you use the ``eol`` extension for convenience.
2951N/A@@ -724,13 +685,6 @@
2302N/A Also, hooks like "commit" will be called in all contexts that
2302N/A generate a commit (e.g. tag) and not just the commit command.
2302N/A
2951N/A-.. note::
2951N/A-
2951N/A- Environment variables with empty values may not be passed to
2302N/A- hooks on platforms such as Windows. As an example, ``$HG_PARENT2``
2302N/A- will have an empty value under Unix-like platforms for non-merge
2302N/A- changesets, while it will not be available at all under Windows.
2302N/A-
2302N/A The syntax for Python hooks is as follows::
2302N/A
2302N/A hookname = python:modulename.submodule.callable
2951N/A@@ -821,7 +775,6 @@
2302N/A
2302N/A # Define new tool
2302N/A myHtmlTool.args = -m $local $other $base $output
2302N/A- myHtmlTool.regkey = Software\FooSoftware\HtmlMerge
2302N/A myHtmlTool.priority = 1
2302N/A
2302N/A Supported arguments:
2951N/A@@ -831,9 +784,7 @@
2302N/A Default: 0.
2302N/A
2302N/A ``executable``
2302N/A- Either just the name of the executable or its pathname. On Windows,
2302N/A- the path can use environment variables with ${ProgramFiles} syntax.
2302N/A- Default: the tool name.
2302N/A+ Either just the name of the executable or its pathname. Default: the tool name.
2302N/A
2302N/A ``args``
2302N/A The arguments to pass to the tool executable. You can refer to the
2951N/A@@ -872,29 +823,6 @@
2302N/A ``gui``
2302N/A This tool requires a graphical interface to run. Default: False
2302N/A
2302N/A-``regkey``
2302N/A- Windows registry key which describes install location of this
2302N/A- tool. Mercurial will search for this key first under
2302N/A- ``HKEY_CURRENT_USER`` and then under ``HKEY_LOCAL_MACHINE``.
2302N/A- Default: None
2302N/A-
2302N/A-``regkeyalt``
2302N/A- An alternate Windows registry key to try if the first key is not
2302N/A- found. The alternate key uses the same ``regname`` and ``regappend``
2302N/A- semantics of the primary key. The most common use for this key
2302N/A- is to search for 32bit applications on 64bit operating systems.
2302N/A- Default: None
2302N/A-
2302N/A-``regname``
2302N/A- Name of value to read from specified registry key. Defaults to the
2302N/A- unnamed (default) value.
2302N/A-
2302N/A-``regappend``
2302N/A- String to append to the value read from the registry, typically
2302N/A- the executable name of the tool.
2302N/A- Default: None
2302N/A-
2302N/A-
2302N/A ``patch``
2302N/A ---------
2302N/A