changeset 115:8a603a9cbc04

learning in workflows: Minor addition to backout.
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 24 Apr 2009 10:30:27 +0200
parents aa325d9f79cd
children 7666e300f284
files text/learning_mercurial_in_workflows.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/learning_mercurial_in_workflows.txt	Fri Apr 24 10:30:00 2009 +0200
+++ b/text/learning_mercurial_in_workflows.txt	Fri Apr 24 10:30:27 2009 +0200
@@ -406,7 +406,7 @@
 $ hg commit 
 (enter commit message. For example: "merged backout")
 
-That's it. You reversed the bad change. 
+That's it. You reversed the bad change. It's still recorded that it was once there (don't rewrite history, if it's not really necessary), but it doesn't affect future code anymore. 
 
 == Collaborative feature development ==