# HG changeset patch # User Patrick Mezard # Date 1346357105 -7200 # Node ID 8c5da9e75ae0b5b37ea6f4d31b1d0a78f8ff07e8 # Parent 9555231a66b245b37157ea9de10d94967e28a64a evolve: fixing syntax/grammar diff -r 9555231a66b2 -r 8c5da9e75ae0 README --- a/README Thu Aug 30 21:47:09 2012 +0200 +++ b/README Thu Aug 30 22:05:05 2012 +0200 @@ -1,21 +1,24 @@ -============================= +o============================ Mutable History For Mercurial ============================= Extends Mercurial feature related to Changeset Evolution -This extension Provide several command to mutate history and deal with issue it may raise. +This extension provides several commands to mutate history and deal with +issues it may raise. It also: - - enable the "Changeset Obsolescence" feature of mercurial, - - alter core command and extension that rewrite history to use this feature, - - improve some aspect of the early implementation in 2.3 + - enables the "Changeset Obsolescence" feature of mercurial, + - alters core commands and extensions that rewrite history to use + this feature, + - improves some aspect of the early implementation in 2.3 **These extensions are experimental and are not meant for production.** -You can quicky enable it by adding the line bellow to the extensions section of you hgrc:: +You can quicky enable it by adding the line below to the extensions +section of you hgrc:: evolve=PATH/TO/evolve.py diff -r 9555231a66b2 -r 8c5da9e75ae0 hgext/evolve.py --- a/hgext/evolve.py Thu Aug 30 21:47:09 2012 +0200 +++ b/hgext/evolve.py Thu Aug 30 22:05:05 2012 +0200 @@ -8,13 +8,15 @@ '''Extends Mercurial feature related to Changeset Evolution -This extension Provide several command to mutate history and deal with issue it may raise. +This extension provides several commands to mutate history and deal with +issues it may raise. It also: - - enable the "Changeset Obsolescence" feature of mercurial, - - alter core command and extension that rewrite history to use this feature, - - improve some aspect of the early implementation in 2.3 + - enables the "Changeset Obsolescence" feature of mercurial, + - alters core commands and extensions that rewrite history to use + this feature, + - improves some aspect of the early implementation in 2.3 ''' import random