diff text/learning_mercurial_in_workflows.txt @ 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 8b51ceb2d36b
children 0bee8982f334
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 ==