Differences between revisions 64 and 65
Revision 64 as of 2007-08-26 05:46:18
Size: 1530
Editor: 220
Comment:
Revision 65 as of 2007-08-26 05:47:34
Size: 1507
Editor: 220
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Extensions Bundled with Mercurial == == Bundled extensions ==
Line 3: Line 3:
 * 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
Line 5: Line 9:
 * 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
Line 10: Line 11:
 * MqExtension - Mercurial Patch Queues - manage changes as series of patches
Line 13: Line 13:
 * TransplantExtension - cherry-picks patches and rebases branches
Line 20: Line 19:
== Extensions provided by others == == Non bundled extensions ==
Line 22: Line 21:
 * TransplantExtension - cherry-picks patches and rebases branches
Line 24: Line 24:

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.

Bundled extensions

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

  • Win32Extension - Manage line ending conversion for Windows repositories

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

Non bundled extensions

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