Differences between revisions 56 and 57
Revision 56 as of 2007-08-26 05:40:30
Size: 489
Editor: 220
Comment:
Revision 57 as of 2007-08-26 05:40:31
Size: 1276
Editor: 220
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * UsingHgk - how to use the GUI repository browser
 * MqExtension - Mercurial Patch Queues
== Bundled extensions ==
=== Core extensions ===
* UsingHgk - how to use the GUI repository and history browser
 * MqExtension - Mercurial Patch Queues - manage changes as series of patches
Line 4: Line 6:
 * UsingExtdiff - use external programs to compare changes
 * AclExtension - Manage commit access to parts of a repo using control lists
 * BugzillaExtension - Update bugzilla entries when a bug id is referenced in a changeset
 * FetchExtension - Conveniently pull and merge or update to the tip revision
 * GpgExtension - Sign and check changesets using GPG
 * NotifyExtension - Email notifications to subscribed addresses after commits to a repo
 * PatchbombExtension - Send a collection of changesets as a series of patch emails

=== Additional extensions ===
 * ChurnExtension - Show statistics for mercurial operations

== Non bundled extensions ==
 * ForestExtension - manage a bunch of mercurial repos as a meta repository, with snapshot support
Line 5: Line 20:
 * UsingExtdiff - use external programs to compare changes
 * ForestExtension - manage a bunch of mercurial repos as a meta repository, with snapshot support
 * KeywordExpansionExtension - use CVS like keyword expansion in tracked files

Bundled extensions

1. Core extensions

  • UsingHgk - how to use the GUI repository and history browser

  • MqExtension - Mercurial Patch Queues - manage changes as series of patches

  • UsingBisect - how to use the bisect extension to find bugs

  • UsingExtdiff - use external programs to compare changes

  • AclExtension - Manage commit access to parts of a repo using control lists

  • BugzillaExtension - Update bugzilla entries when a bug id is referenced in a changeset

  • FetchExtension - Conveniently pull and merge or update to the tip revision

  • GpgExtension - Sign and check changesets using GPG

  • NotifyExtension - Email notifications to subscribed addresses after commits to a repo

  • PatchbombExtension - Send a collection of changesets as a series of patch emails

2. Additional extensions

Non bundled extensions

UsingExtensions (last edited 2022-06-28 16:47:05 by ArneBab)