Differences between revisions 13 and 14
Revision 13 as of 2007-01-17 23:30:40
Size: 1531
Comment: Change wording
Revision 14 as of 2007-01-17 23:35:48
Size: 1530
Comment: Reorder
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * 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
Line 4: Line 6:
 * MqExtension - Mercurial Patch Queues - manage changes as series of patches
Line 7: Line 8:
 * 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
Line 11: Line 10:
 * MqExtension - Mercurial Patch Queues - manage changes as series of patches
Line 13: Line 13:
 * TransplantExtension - cherry-picks patches and rebases branches
Line 21: Line 22:
 * TransplantExtension - cherry-picks patches and rebases branches
Line 25: Line 25:
 See CategoryExtension for a more complete list and ExtensionHowto for more information about installation and writing of extensions. See CategoryExtension for a more complete list and ExtensionHowto for more information about installation and writing of extensions.

Extensions Bundled with Mercurial

1. Core extensions

  • 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

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

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

  • UsingExtdiff - use external programs to compare changes

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

  • GpgExtension - Sign and check changesets using GPG

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

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

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

  • TransplantExtension - cherry-picks patches and rebases branches

  • Win32Extension - Manage line ending conversion for Windows repositories

2. Additional extensions

  • ChurnExtension - Show change statistics for mercurial operations per author

  • PurgeExtension - Purge all files and dirs in the repository that are not being tracked by Mercurial

Extensions provided by others

See CategoryExtension for a more complete list and ExtensionHowto for more information about installation and writing of extensions.

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