Differences between revisions 2 and 3
Revision 2 as of 2008-01-09 22:39:38
Size: 1063
Comment:
Revision 3 as of 2008-01-09 22:40:11
Size: 1070
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
* Select which files you'd like to include in the commit
* Have instant info about the changes (if you have '''diffstat''')
* Review your changes (supports gvimdiff, filemerge, meld, kdiff3)
* Easily change the author
* Add "tags" (not mercurial tags) to your changeset

 
* Select which files you'd like to include in the commit
 * Have instant info about the changes (if you have '''diffstat''')
 * Review your changes (supports gvimdiff, filemerge, meld, kdiff3)
 * Easily change the author
 * Add "tags" (not mercurial tags) to your changeset

Easycommit Extension

This extension is not distributed with Mercurial.

Author: Sébastien Pierre

Download site: [http://www.ivy.fr/mercurial/easy/mercurial-easy-latest.tar.gz]

Overview

Easycommit is part of the [http://www.ivy.fr/mercurial/easy Mercurial Easy] and provides you with a command-line GUI when commiting from mercurial.

Easycommit allows you:

  • Select which files you'd like to include in the commit
  • Have instant info about the changes (if you have diffstat)

  • Review your changes (supports gvimdiff, filemerge, meld, kdiff3)
  • Easily change the author
  • Add "tags" (not mercurial tags) to your changeset

You can see a screenshot of the interface [http://www.ivy.fr/mercurial/easy/commit.png here].

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
#           JUST POINT TO WHERE YOU UNPACKED THE MERCURIAL EASY EXTENSIONS
commit    = ~/Local/Mercurial-Easy/Sources/easyhg/easycommit.py


CategoryExtension

EasycommitExtension (last edited 2009-05-25 08:53:35 by abuehl)