Size: 1017
Comment:
|
Size: 1326
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
* NewFeatureDiscussions - A page of links to discussions about new features. | * CategoryNewFeatures - A page of links to discussions about new features. |
Line 11: | Line 11: |
* MercurialUnderWine - for cross-platform testing * ReleaseChecklist - things to be done to make a release * DrawingGraphs - how to add graph diagrams to the wiki |
|
Line 19: | Line 22: |
* ExtensionHowto - how to write Mercurial extensions | * WritingExtensions - how to write Mercurial extensions * RequiresFile - capabilities check for repositories == Coding Style == * ["Basic Coding Style"] * ["Dealing With Destructors"] |
General
The RoadMap
Tips for ContributingChanges
OptionNaming - the conventions used to name command-line options
WritingTests - how to add tests to the test suite
DeveloperRepos - where to find various public repositories of Mercurial work
CategoryNewFeatures - A page of links to discussions about new features.
NewIdeas - Suggestions for features/extensions that would make someone happy
- A list of ["Presentations"] and other related events.
MercurialUnderWine - for cross-platform testing
ReleaseChecklist - things to be done to make a release
DrawingGraphs - how to add graph diagrams to the wiki
Mercurial Internals
- ["Design"] - Mercurial's data structures and how it uses them.
WhatGoesWhere - the project architecture
WireProtocol - the push/pull changegroup protocol
DebuggingFeatures - how to poke around in Mercurial's internals
- ["Theming"] - how to create new styles for Mercurial's web interface
WritingExtensions - how to write Mercurial extensions
RequiresFile - capabilities check for repositories
Coding Style
- ["Basic Coding Style"]
- ["Dealing With Destructors"]
Old Stuff
First Mercurial UserSurvey.
The old ToDo list and MissingFeatures
Ideas for Google's SummerOfCode2006.