changeset 168:b1b6c75efced

polishing.
author Arne Babenhauserheide <bab@draketo.de>
date Thu, 14 May 2009 00:44:55 +0200
parents af506d1a935d
children 6bdb1b20d838
files hgscm/templates/workflow_guide.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgscm/templates/workflow_guide.html	Thu May 14 00:41:24 2009 +0200
+++ b/hgscm/templates/workflow_guide.html	Thu May 14 00:44:55 2009 +0200
@@ -742,7 +742,7 @@
 
 <p>So now you can work with Mercurial in private, and also share your changes in a multitude of ways.</p>
 
-<p>Additionally you can also remove bad changes, either by creating a change in the repository which reverses the original change, or by really rewriting history, so it looks like the change never occured.</p>
+<p>Additionally you can remove bad changes, either by creating a change in the repository which reverses the original change, or by really rewriting history, so it looks like the change never occured.</p>
 
 <p>And you can separate the work on features in a single repository by using named branches and add tags to revisions which are visible markers for others and can be used to update to the tagged revisions.</p>