Mercurial > public > mercurial-scm > evolve
diff hgext/evolve.py @ 540:8c5da9e75ae0 stable
evolve: fixing syntax/grammar
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Thu, 30 Aug 2012 22:05:05 +0200 |
parents | 9555231a66b2 |
children | 415540dee2bd |
line wrap: on
line diff
--- 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