# HG changeset patch # User Arne Babenhauserheide # Date 1240561827 -7200 # Node ID 8a603a9cbc048f3dcde4d1bd773fd74d394a2f40 # Parent aa325d9f79cd7bf8ba9281df309b92cdcad3d75c learning in workflows: Minor addition to backout. diff -r aa325d9f79cd -r 8a603a9cbc04 text/learning_mercurial_in_workflows.txt --- 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 ==