Mercurial Evolve Test

(Arne Babenhauserheide)
2013-01-10: polish.

polish.

diff --git a/Readme.org b/Readme.org
--- a/Readme.org
+++ b/Readme.org
@@ -169,12 +169,12 @@ hg -R testother log -G
 
 As you can see, he is told that his changes became unstable, since they depend on obsolete history. No need to panic: He can just evolve his repo to be state of the art again.
 
+But the unstable change is the current working directory, so evolve does not change it. Instead it tells us, that we might want to call it with `--any`. And as it is the case with most hints in hg, that is actually the case.
+
 #+BEGIN_SRC sh :exports both :results output verbatim :session test-hg-evolve
 hg -R testother evolve
 #+END_SRC
 
-But the unstable change is the current working directory, so evolve does not change it. Instead it tells us, that we might want to call it with `--any`. And as it is the case with most hints in hg, that is actually the case.
-
 /note: that message might be a candidate for cleanup./
 
 #+BEGIN_SRC sh :exports both :results output verbatim :session test-hg-evolve