# HG changeset patch # User Pierre-Yves David # Date 1346072240 -7200 # Node ID c9983eb6969c05066e2238d2a64b3cba0b137573 # Parent 97c559ae10ca7285f635f38e4dc503c61b9811dc doc: long desc update diff -r 97c559ae10ca -r c9983eb6969c README --- 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. diff -r 97c559ae10ca -r c9983eb6969c hgext/evolve.py --- 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: