Differences between revisions 108 and 110 (spanning 2 versions)
Revision 108 as of 2008-02-10 09:44:10
Size: 1691
Editor: abuehl
Comment: include FAQ/BugsAndFeatures
Revision 110 as of 2008-02-10 10:22:40
Size: 687
Editor: abuehl
Comment: show links to subpages to the right of contents
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
(see also TipsAndTricks) (see also [:TipsAndTricks:])
Line 4: Line 4:
[[TableOfContents]]
----

|| [[TableOfContents]] ||<^>[[Include(FAQ/Subpages)]] ||
Line 9: Line 10:
Line 13: Line 13:
''(the content of this section is included from the subpage ["FAQ/CommonProblems"])''
Line 18: Line 16:
''(the content of this section is included from the subpage ["FAQ/Terminology"])''
Line 23: Line 19:

''(the content of this section is included from the subpage ["FAQ/GeneralUsage"])''
Line 29: Line 22:

''(the content of this section is included from the subpage ["FAQ/Tags"])''
Line 35: Line 25:

''(the content of this section is included from the subpage ["FAQ/BugsAndFeatures"])''
Line 41: Line 28:

=== How do I link to the latest revision of a file? ===

Find the URL for the file and then replace the changeset identifier with {{{tip}}}.

=== How do I change the style of the web interface to the visually more attractive gitweb? ===

In [http://www.selenic.com/mercurial/hgrc.5.html hgrc] set

{{{
[web]
style = gitweb
}}}

To switch back to the default style specify "style = default" (see [http://hgbook.red-bean.com/hgbookch6.html#x10-1390006.6.5 hgbook]).

== Technical Details ==
''(the content of this section is included from the subpage ["FAQ/TechnicalDetails"])''

[[Include(FAQ/TechnicalDetails)]]
[[Include(FAQ/WebInterface)]]

(see also [:TipsAndTricks:])

Mercurial Frequently Asked Questions

TableOfContents

Include(FAQ/Subpages)

General Questions

What is the license of the project?

The project is available under the GNU General Public License, v2. See COPYING in the release for more details.

Common Problems

Include(FAQ/CommonProblems)

Terminology

Include(FAQ/Terminology)

General Usage

Include(FAQ/GeneralUsage)

Tags

Include(FAQ/Tags)

Bugs and Features

Include(FAQ/BugsAndFeatures)

Web Interface

Include(FAQ/WebInterface)

Mercurial Book

See ["/MercurialBook"].

FAQ (last edited 2012-10-08 19:05:50 by mpm)