# HG changeset patch # User Arne Babenhauserheide # Date 1242254695 -7200 # Node ID b1b6c75efced5ae6fb48889c8cfa06bc81c113fd # Parent af506d1a935d2ff6b4ca085d6def57c3bba43010 polishing. diff -r af506d1a935d -r b1b6c75efced hgscm/templates/workflow_guide.html --- 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 @@

So now you can work with Mercurial in private, and also share your changes in a multitude of ways.

-

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.

+

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.

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.