Differences between revisions 8 and 12 (spanning 4 versions)
Revision 8 as of 2006-12-18 18:03:24
Size: 1239
Editor: mpm
Comment:
Revision 12 as of 2007-07-20 05:42:58
Size: 1326
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * ExtensionHowto - how to write Mercurial extensions  * WritingExtensions - how to write Mercurial extensions
Line 24: Line 24:

== Coding Style ==

 * ["Basic Coding Style"]
 * ["Dealing With Destructors"]

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

  • RequiresFile - capabilities check for repositories

Coding Style

  • ["Basic Coding Style"]
  • ["Dealing With Destructors"]

Old Stuff

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