Differences between revisions 107 and 109 (spanning 2 versions)
Revision 107 as of 2008-02-10 09:38:06
Size: 2487
Editor: abuehl
Comment: include FAQ/Tags
Revision 109 as of 2008-02-10 09:50:49
Size: 1176
Editor: abuehl
Comment: include FAQ/WebInterface
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
=== I found a bug, what do I do? === ''(the content of this section is included from the subpage ["FAQ/BugsAndFeatures"])''
Line 38: Line 38:
Report it to the mercurial mailing list, mercurial@selenic.com or in the bug tracker
http://www.selenic.com/mercurial/bts/


=== What should I include in my bug report? ===

Enough information to reproduce or diagnose the bug. If you can, try
using the hg -v and hg -d switches to figure out exactly what
Mercurial is doing.

If you can reproduce the bug in a simple repository, that is very
helpful. The best is to create a simple shell script to automate this
process, which can then be added to our test suite.


=== Can Mercurial do <x>? ===

If you'd like to request a feature, send your request to
mercurial@selenic.com. As Mercurial is still very new, there are
certainly features it is missing and you can give us feedback on how
best to implement them.

Be sure to see ToDo and MissingFeatures to see what's already planned and where we need help.
[[Include(FAQ/BugsAndFeatures)]]
Line 64: Line 42:
=== How do I link to the latest revision of a file? === ''(the content of this section is included from the subpage ["FAQ/WebInterface"])''
Line 66: Line 44:
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


1. General Questions

1.1. 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.

2. Common Problems

(the content of this section is included from the subpage ["FAQ/CommonProblems"])

Include(FAQ/CommonProblems)

3. Terminology

(the content of this section is included from the subpage ["FAQ/Terminology"])

Include(FAQ/Terminology)

4. General Usage

(the content of this section is included from the subpage ["FAQ/GeneralUsage"])

Include(FAQ/GeneralUsage)

5. Tags

(the content of this section is included from the subpage ["FAQ/Tags"])

Include(FAQ/Tags)

6. Bugs and Features

(the content of this section is included from the subpage ["FAQ/BugsAndFeatures"])

Include(FAQ/BugsAndFeatures)

7. Web Interface

(the content of this section is included from the subpage ["FAQ/WebInterface"])

Include(FAQ/WebInterface)

8. Mercurial Book

See ["/MercurialBook"].

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