Mercurial > evolve
changeset 523:c9983eb6969c stable
doc: long desc update
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Mon, 27 Aug 2012 14:57:20 +0200 |
parents | 97c559ae10ca |
children | ba0a3d0f942f |
files | README hgext/evolve.py |
diffstat | 2 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/README Mon Aug 27 14:56:11 2012 +0200 +++ b/README Mon Aug 27 14:57:20 2012 +0200 @@ -2,22 +2,22 @@ Mutable History For Mercurial ============================= -:obsolete: - Introduce an ``obsolete`` concept that tracks new versions of rewritten - changesets. +Extends Mercurial feature related to Changeset Evolution + +This extension Provide several command to mutate history and deal with issue it may raise. -:evolve: +It also: - A collection of commands to rewrite the mutable part of the history. - - + - 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 **These extensions are experimental and are not meant for production.** -You can quicky enable them using:: +You can quicky enable it by adding the line bellow to the extensions section of you hgrc:: - ./enable.sh >> ~/.hgrc + evolve=PATH/TO/evolve.py But it's recommended to look at the doc in the first place.
--- a/hgext/evolve.py Mon Aug 27 14:56:11 2012 +0200 +++ b/hgext/evolve.py Mon Aug 27 14:57:20 2012 +0200 @@ -8,7 +8,7 @@ '''Extends Mercurial feature related to Changeset Evolution -This extension Provide several command tommutate history and deal with issue it may raise. +This extension Provide several command to mutate history and deal with issue it may raise. It also: