Differences between revisions 34 and 35
Revision 34 as of 2008-05-09 13:57:50
Size: 1485
Editor: abuehl
Comment: removed spaces in link to BasicCodingStyle, unified wiki links
Revision 35 as of 2008-09-10 19:42:06
Size: 1680
Editor: abuehl
Comment: +initializers and error handling in C code posting by mpm
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:

=== Modules in C ===
 * [http://selenic.com/pipermail/mercurial-devel/2008-September/007985.html September 2008 posting by Matt] about how to do initializers and error handling in C modules.

General

1. Modules in C

Mercurial Internals

  • [:DeveloperBasics] - some basic code examples

  • [:MercurialApi] - The public API for Mercurial

  • [: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

Old Stuff


CategoryContributing

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