Differences between revisions 5 and 6
Revision 5 as of 2008-01-09 23:47:57
Size: 1191
Comment:
Revision 6 as of 2009-05-19 19:30:57
Size: 1199
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: [http://www.ivy.fr/mercurial/easy/mercurial-easy-latest.tar.gz] Download site: [[http://www.ivy.fr/mercurial/easy/mercurial-easy-latest.tar.gz]]
Line 9: Line 9:
Home page: [http://www.ivy.fr/mercurial/easy] Home page: [[http://www.ivy.fr/mercurial/easy]]
Line 15: Line 15:
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 is part of the [[http://www.ivy.fr/mercurial/easy|Mercurial Easy]] and provides you with a command-line GUI when commiting from mercurial.
Line 25: Line 25:
You can see a screenshot of the interface [http://www.ivy.fr/mercurial/easy/commit.png here]. You can see a screenshot of the interface [[http://www.ivy.fr/mercurial/easy/commit.png|here]].

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

Home page: http://www.ivy.fr/mercurial/easy

Works with: Mercurial 0.9.1, 0.9.3, 0.9.4, and not 0.9.5 (yet).

Overview

Easycommit is part of the 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 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)