# HG changeset patch # User Arne Babenhauserheide # Date 1244657268 -7200 # Node ID f56228c273914de32aabdf2017bed6d96d5642be # Parent 5bc5fe45852a36d1731cb1479e07db6fc449c388 workflow guide: changed 'we' to 'you' in one more place. diff -r 5bc5fe45852a -r f56228c27391 hgscm/templates/workflow_guide.html --- a/hgscm/templates/workflow_guide.html Sun Jun 07 20:08:02 2009 +0200 +++ b/hgscm/templates/workflow_guide.html Wed Jun 10 20:07:48 2009 +0200 @@ -595,7 +595,10 @@

Workflow

-

Let's assume the bad change was revision 3, and we already have one more revision in our repository. To remove the bad code, we just backout of it. This creates a new change which reverses the bad change. After backing out, we merge that new change into the current code.

+

Let's assume the bad change was revision 3, and you already have one more revision in your +repository. To remove the bad code, you can just backout of it. This creates a new +change which reverses the bad change. After backing out, you can then merge that new change +into the current code.

$ hg backout 3
 $ hg merge