Mercurial > hg-website
changeset 196:f56228c27391
workflow guide: changed 'we' to 'you' in one more place.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Wed, 10 Jun 2009 20:07:48 +0200 |
parents | 5bc5fe45852a |
children | d253f771334e |
files | hgscm/templates/workflow_guide.html |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <h3>Workflow</h3> -<p>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 <hg>backout</hg> of it. This creates a new change which reverses the bad change. After backing out, we merge that new change into the current code.</p> +<p>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 <hg>backout</hg> 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.</p> <pre>$ hg backout 3 $ hg merge