Size: 1794
Comment:
|
Size: 2438
Comment: add link to ProjectInfrastructure
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
<<Include(A:dev)>> |
|
Line 6: | Line 8: |
/!\ This page is obviously intended for developers. |
|
Line 11: | Line 11: |
* [[http://selenic.com/hg|Main repository]] - browse or clone the source | * [[http://selenic.com/hg|Main repository]] - browse or clone the source (see [[DeveloperRepos]] for other repositories) |
Line 20: | Line 20: |
* [[http://bz.selenic.com/buglist.cgi?keywords=easy%2C%20&keywords_type=allwords&list_id=6549&resolution=---&query_format=advanced|Easy bugs]] - tasks flagged as easy, a good entry point for new contributors * [[UIGuideline]] - how to make consistent UI choices |
|
Line 22: | Line 24: |
* [[HelpStyleGuide]] - how to write nice help | |
Line 23: | Line 26: |
* [[ReviewProcess]] - how you can help getting patches in |
|
Line 32: | Line 37: |
* [[MailingLists]] | |
Line 37: | Line 42: |
* [[CategoryMeetings]] - When we get the community together (about every 6 months) * [[ProjectInfrastructure]] - A list of project infrastructure and who administers it |
|
Line 39: | Line 46: |
* [[NewFeatureDiscussions]] - A page of links to discussions about new features. | * [[CategoryNewFeatures]] - All page discussing new features. |
Line 43: | Line 50: |
* Using [[MercurialUnderWine|Wine]] to tests Windows support under Linux | * Using [[MercurialUnderWine|Wine]] to test Windows support under Linux * Easy way of starting Mercurial hacking on Windows with [[HackableMercurial]] |
Note:
This page is primarily intended for developers of Mercurial.
Developer Info
Information on working on the Mercurial code base.
Contents
1. Start hacking
Main repository - browse or clone the source (see DeveloperRepos for other repositories)
WritingExtensions - how to write Mercurial extensions
Theming - how to create new styles for Mercurial's web interface
DeveloperBasics - some basic code examples
MercurialApi - The internal API for Mercurial
TranslatingMercurial - how to translate Mercurial into your own language
2. Contributing code
Contributing changes - how to send us your changes
Easy bugs - tasks flagged as easy, a good entry point for new contributors
UIGuideline - how to make consistent UI choices
Coding style - how to make your code pretty
WritingTests - how to add tests to the test suite
HelpStyleGuide - how to write nice help
CompatibilityRules - how we keep our existing users from crying
ReviewProcess - how you can help getting patches in
3. Internals
Design - Mercurial's data structures and how it uses them
FileFormats - list of Mercurial's disk file formats
WhatGoesWhere - the project architecture
WireProtocol - the push/pull changegroup protocol
DebuggingFeatures - how to poke around in Mercurial's internals
4. Working with the community
ManagingBugs - how to work with the bug tracker
DeveloperRepos - where to find various public repositories of Mercurial work
IRC - where most of the developers hang out
CategoryMeetings - When we get the community together (about every 6 months)
ProjectInfrastructure - A list of project infrastructure and who administers it
5. Feature proposals
CategoryNewFeatures - All page discussing new features.
6. Developer tips
MacOSXTools - Installing the tool chain on Mac OS X.
Using Wine to test Windows support under Linux
Easy way of starting Mercurial hacking on Windows with HackableMercurial