# HG changeset patch # User Arne Babenhauserheide # Date 1242116994 -7200 # Node ID 1a294e9be015c2358c1b4d442f9847fc138e6e01 # Parent bc05b688ac068f55dae364f75c918a52671c2096 learning in workflows: Added note: no vcs skill required, but commandline skills are useful. diff -r bc05b688ac06 -r 1a294e9be015 hgscm/templates/workflow_guide.html --- a/hgscm/templates/workflow_guide.html Tue May 12 09:01:10 2009 +0200 +++ b/hgscm/templates/workflow_guide.html Tue May 12 10:29:54 2009 +0200 @@ -13,6 +13,8 @@

If you want a more exhaustive tutorial with the basics, please have a look at the Tutorial in the Mercurial Wiki. For a really detailed and very nice to read description of Mercurial, please have a look at Mercurial: The definitive Guide.

+

This guide doesn't require any prior knowledge of version control systems (though subversion users will likely feel at home quite quickly). Basic commandline abilities are helpful, because we'll use the commandline client.

+

Basic workflows

Log keeping