2235
Comment:
|
2282
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
This is a wiki for Matt Mackall's ["Mercurial"] ["DistributedSCM"] tool. Note: this wiki has recently been converted and some formatting issues remain. Feel free to tidy up. |
This is a wiki for the ["Mercurial"] ["DistributedSCM"] tool. |
Line 13: | Line 11: |
* ["Download"] | * Check out the MajorFeatures * ["Download"] the latest source |
Line 16: | Line 15: |
* ServerInstall describes how to set up project's repository so it can be publically accessed via an Apache web server. | |
Line 18: | Line 16: |
* ServerInstall describes various ways to set up a public access to a repository | |
Line 26: | Line 25: |
* How to handle MultipleCommitters | |
Line 33: | Line 31: |
* ["Design"]: Mercurial's data structures and how it uses them. * MissingFeatures that have yet to be implemented |
|
Line 38: | Line 34: |
* CommunicatingChanges describes the various ways ["Mercurial"] can exchange changesets * PublishingRepositories helps you to make your code visible to the world. * How to handle MultipleCommitters |
|
Line 41: | Line 40: |
* The ToDo list and MissingFeatures | |
Line 42: | Line 42: |
* The ToDo list * MissingFeatures - a good place to look if you want to help out |
* ["Design"] - Mercurial's data structures and how it uses them. * WhatGoesWhere - the project architecture * WireProtocol - the push/pull changegroup protocol |
Line 45: | Line 46: |
* WireProtocol |
[http://www.selenic.com/mercurial/mercurial-logo.png]
This is a wiki for the ["Mercurial"] ["DistributedSCM"] tool.
Please contribute!
Contributions are most welcome, but please create a user name for yourself before you edit anything. To do this, click on the "Login" link up in the top right corner of this page and follow the instructions from there.
New to all this stuff?
Check out the MajorFeatures
- ["Download"] the latest source
There may be BinaryPackages available for your system already
UnixInstall describes how to install ["Mercurial"] under Linux, MacOS X, and Unix variants
WindowsInstall describes how to install ["Mercurial"] under Windows
ServerInstall describes various ways to set up a public access to a repository
["Tutorial"] for new users (["FrenchTutorial"] and ["SpanishTutorial"] available)
ConfigurationOptions describes the options available in the hgrc files
OtherTools that work with Mercurial
For CVS refugees
CvsConcepts - translations of ["CVS"] concepts into ["Mercurial"] terms
CvsCommands - equivalents of commands provided by ["CVS"]
More information
- ["FAQ"]
ConvertingRepositories from other ["SCM"] formats to ["Mercurial"]
- ["Glossary"] of terms (useful if you're not used to distributed source management)
- A ["Tag"] is slightly different in ["Mercurial"] than in other ["SCM"] systems
WorkingPractices describing several somewhat sane ways to use ["Mercurial"]
A list of ["ProjectsUsingMercurial"] and links to their repositories.
CommunicatingChanges describes the various ways ["Mercurial"] can exchange changesets
PublishingRepositories helps you to make your code visible to the world.
How to handle MultipleCommitters
Information for contributors
The ToDo list and MissingFeatures
- ["Design"] - Mercurial's data structures and how it uses them.
WhatGoesWhere - the project architecture
WireProtocol - the push/pull changegroup protocol
OptionNaming - the conventions used to name command-line options
Links
[http://www.selenic.com/mercurial Official Mercurial home page]
- IRC channel: #mercurial on irc.freenode.net