--- a/docs/evolve-good-practice.rst Thu Apr 23 09:03:08 2015 -0400
+++ b/docs/evolve-good-practice.rst Thu Apr 23 21:05:54 2015 -0400
@@ -6,7 +6,7 @@
-----------------------------------------
Avoid unstability
---------------------------------
+-----------------
The less unstability you have the less you need to resolve.
@@ -14,7 +14,7 @@
not ready neither.
Branch as much as possible
---------------------------------
+--------------------------
This is not MQ; you are not constrained to linear history.
@@ -22,7 +22,7 @@
and conflict.
Rewrite your changes only
-------------------------------------------------
+-------------------------
There is no descent conflict detection and handling right now.
Rewriting other people's changesets guarantees that you will get
@@ -40,7 +40,7 @@
Do not get too confident
----------------------------
+------------------------
This is an experimental extension and a complex concept. This is beautiful,
powerful and robust on paper, but the tool and your mind may not be prepared for