Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2006-12-10 20:03:44
Size: 853
Editor: mpm
Comment:
Revision 10 as of 2007-06-17 00:21:19
Size: 1181
Editor: 74
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Information for developers == == General ==
Line 3: Line 3:
 * The RoadMap
Line 4: Line 5:
 * The ToDo list and MissingFeatures  * 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

== Mercurial Internals ==
Line 8: Line 19:
 * OptionNaming - the conventions used to name command-line options
Line 11: Line 21:
 * WritingTests - how to add tests to the test suite
 * DeveloperRepos - where to find various public repositories of Mercurial work
 * The RoadMap and the InternationalizationPlan
 * NewFeatureDiscussions - A page of links to discussions about new features.
 * NewIdeas - Suggestions for features/extensions that would make someone happy
 * Mercurial UserSurvey.
 * ExtensionHowto - how to write Mercurial extensions
 * RequiresFile - capabilities check for repositories

== Old Stuff ==

 * First Mercurial UserSurvey.
 * The old ToDo list and MissingFeatures
 * Ideas for Google's SummerOfCode2006.

General

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
  • ExtensionHowto - how to write Mercurial extensions

  • RequiresFile - capabilities check for repositories

Old Stuff

DeveloperInfo (last edited 2017-03-09 21:51:34 by JunWu)