Mercurial > evolve
comparison docs/evolve-intro.rst @ 161:4e3f25ba5401
More doc and index with sphynx
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Tue, 20 Mar 2012 19:26:55 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
160:24346b78cd99 | 161:4e3f25ba5401 |
---|---|
1 ---------------------------------------- | |
2 Introduction to the evolve extension | |
3 ---------------------------------------- | |
4 | |
5 An history rewriting extension | |
6 | |
7 * Using the obsolete marker concept | |
8 | |
9 * Inspired from mq | |
10 | |
11 it is simple to enable:: | |
12 | |
13 $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/mutable-history/ | |
14 $ mutable-history/enable.sh > ~/.hgrc |