changeset 157:1a294e9be015

learning in workflows: Added note: no vcs skill required, but commandline skills are useful.
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 12 May 2009 10:29:54 +0200
parents bc05b688ac06
children 60678b7a5eb0
files hgscm/templates/workflow_guide.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
 <p>If you want a more exhaustive tutorial with the basics, please have a look at the <a title="Mercurial Tutorial" href="http://www.selenic.com/mercurial/wiki/Tutorial">Tutorial in the Mercurial Wiki</a>. For a really detailed and very nice to read description of Mercurial, please have a look at <a title="Mercurial: The definitive Guide" href="http://hgbook.red-bean.com/">Mercurial: The definitive Guide</a>.</p>
 
+<p>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. <!--If you already know other systems, please check our transition guides: svn, cvs, git, bzr --></p>
+
 <h2>Basic workflows</h2>
 
 <h3>Log keeping</h3>