Mercurial Evolve Test

(Arne Babenhauserheide)
2013-01-10: removed unnecessary results.

removed unnecessary results.

diff --git a/Readme.org b/Readme.org
--- a/Readme.org
+++ b/Readme.org
@@ -18,7 +18,7 @@ Currently I rework my code extensively b
 
 ** Init
 
-/Initialize the repos I need for the test/
+/Initialize the repos I need for the test./
 
 We have one public repo and 2 nonpublishing repos.
 
@@ -36,11 +36,11 @@ publish = False" > test${i}/.hg/hgrc
 done
 #+END_SRC
 
-#+RESULTS:
+/note: it would be nice if we could just specify nonpublishing with the init command./
 
 ** Prepare
 
-/Prepare the content of the repos/
+/Prepare the content of the repos./
 
 #+BEGIN_SRC sh  :exports both :results output verbatim
 cd testmy
@@ -50,15 +50,6 @@ hg log -G
 cd ..
 #+END_SRC   
 
-#+RESULTS:
-| Füge             | hello.txt | hinzu          |   |          |      |       |
-| @                | Änderung: | 0:6f9dbac57286 |   |          |      |       |
-| Marke:           | tip       |                |   |          |      |       |
-| Nutzer:          | my        |                |   |          |      |       |
-| Datum:           | Wed       | Jan            | 9 | 19:51:12 | 2013 | +0100 |
-| Zusammenfassung: | Hello     | World          |   |          |      |       |
-|                  |           |                |   |          |      |       |
-
 ** Amend
 
 /Add a bad change and amend it./
@@ -76,33 +67,6 @@ hg log -G
 cd ..
 #+END_SRC
 
-#+RESULTS:
-| @                | Änderung: | 1:b59dc2fddce4   |                |           |      |          |      |       |
-|                  |           | Marke:           | tip            |           |      |          |      |       |
-|                  |           | Nutzer:          | my             |           |      |          |      |       |
-|                  |           | Datum:           | Wed            | Jan       |    9 | 19:51:18 | 2013 | +0100 |
-|                  |           | Zusammenfassung: | Hello          | Evolution |      |          |      |       |
-|                  |           |                  |                |           |      |          |      |       |
-| o                | Änderung: | 0:6f9dbac57286   |                |           |      |          |      |       |
-| Nutzer:          | my        |                  |                |           |      |          |      |       |
-| Datum:           | Wed       | Jan              | 9              | 19:51:12  | 2013 |    +0100 |      |       |
-| Zusammenfassung: | Hello     | World            |                |           |      |          |      |       |
-|                  |           |                  |                |           |      |          |      |       |
-| Hello            | Evoluton  |                  |                |           |      |          |      |       |
-| FIX              | this      | up               |                |           |      |          |      |       |
-| @                | Änderung: | 3:84523157dd67   |                |           |      |          |      |       |
-|                  |           | Marke:           | tip            |           |      |          |      |       |
-|                  |           | Vorgänger:       | 0:6f9dbac57286 |           |      |          |      |       |
-|                  |           | Nutzer:          | my             |           |      |          |      |       |
-|                  |           | Datum:           | Wed            | Jan       |    9 | 19:51:18 | 2013 | +0100 |
-|                  |           | Zusammenfassung: | Hello          | Evolution |      |          |      |       |
-|                  |           |                  |                |           |      |          |      |       |
-| o                | Änderung: | 0:6f9dbac57286   |                |           |      |          |      |       |
-| Nutzer:          | my        |                  |                |           |      |          |      |       |
-| Datum:           | Wed       | Jan              | 9              | 19:51:12  | 2013 |    +0100 |      |       |
-| Zusammenfassung: | Hello     | World            |                |           |      |          |      |       |
-|                  |           |                  |                |           |      |          |      |       |
-
 ** …together
 
 /Add a bad change. Followed by a good change. Pull both into another repo and amend it. Do a good change in the other repo. Then amend the bad change in the original repo, pull it into the other and evolve./