Size: 1691
Comment: include FAQ/BugsAndFeatures
|
Size: 764
Comment: Adding reference to mpm's post about GPLv2
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
(see also TipsAndTricks) | #pragma section-numbers 2 = Mercurial Frequently Asked Questions = ''(see also [:TipsAndTricks:])'' |
Line 3: | Line 5: |
= Mercurial Frequently Asked Questions = [[TableOfContents]] ---- |
|| [[TableOfContents]] ||<^>[[Include(FAQ/Subpages)]] || |
Line 7: | Line 8: |
Line 9: | Line 9: |
Line 11: | Line 10: |
== Common Problems == ''(the content of this section is included from the subpage ["FAQ/CommonProblems"])'' [[Include(FAQ/CommonProblems)]] |
(see also: http://selenic.com/pipermail/mercurial/2008-August/020534.html) |
Line 18: | Line 13: |
''(the content of this section is included from the subpage ["FAQ/Terminology"])'' |
|
Line 23: | Line 16: |
''(the content of this section is included from the subpage ["FAQ/GeneralUsage"])'' |
|
Line 28: | Line 18: |
== Tags == ''(the content of this section is included from the subpage ["FAQ/Tags"])'' [[Include(FAQ/Tags)]] |
== Common Problems == [[Include(FAQ/CommonProblems)]] |
Line 35: | Line 22: |
''(the content of this section is included from the subpage ["FAQ/BugsAndFeatures"])'' |
|
Line 41: | Line 25: |
=== 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]). |
[[Include(FAQ/WebInterface)]] |
Line 58: | Line 28: |
''(the content of this section is included from the subpage ["FAQ/TechnicalDetails"])'' |
|
Line 61: | Line 29: |
== Mercurial Book == See ["/MercurialBook"]. |
Mercurial Frequently Asked Questions
(see also [:TipsAndTricks:])
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. (see also: http://selenic.com/pipermail/mercurial/2008-August/020534.html)
2. Terminology
3. General Usage
4. Common Problems
5. Bugs and Features
6. Web Interface