Mercurial Evolve Test

(Arne Babenhauserheide)
2013-01-10: fix missing part of a sentence.

fix missing part of a sentence.

diff --git a/Readme.org b/Readme.org
--- a/Readme.org
+++ b/Readme.org
@@ -235,7 +235,7 @@ hg log -G -r 12:
 cd ..
 #+END_SRC
 
-Let’s fix that: uncommit it and  Normally I would just use `hg record` to interactively select changes to record. Since this is a non-interactive test, I manually undo and redo changes instead.
+Let’s fix that: uncommit it and commit it as separate changes. Normally I would just use `hg record` to interactively select changes to record. Since this is a non-interactive test, I manually undo and redo changes instead.
 
 #+BEGIN_SRC sh :exports both :results output verbatim :session test-hg-evolve
 cd testmy