# HG changeset patch # User Arne Babenhauserheide # Date 1245852533 -7200 # Node ID d253f771334eea935571c4a280eae0a852dc8697 # Parent f56228c273914de32aabdf2017bed6d96d5642be Added outline for learn_mercurial diff -r f56228c27391 -r d253f771334e Todo.txt --- a/Todo.txt Wed Jun 10 20:07:48 2009 +0200 +++ b/Todo.txt Wed Jun 24 16:08:53 2009 +0200 @@ -2,8 +2,6 @@ Until the site can go official: -* quick_start -* learn_mercurial (links to different resources with short descriptions) * testimonials: "It just works" (with a random quote at the beginning) * Automatic detection of the current version for downloads. Possibly via PyPI. @@ -11,6 +9,13 @@ * Some pages for links which currently point to the wiki but are suboptimal (for example an extension site with only the most used/useful extensions). + +Currently in the works: + +* quick_start - bab +* learn_mercurial (links to different resources with short descriptions) - bab + + Done: * who_uses_mercurial (Only 6 relevant projects, ideally with link to their repos and a text with their experience) - done by dsop diff -r f56228c27391 -r d253f771334e text/learn_mercurial.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/text/learn_mercurial.txt Wed Jun 24 16:08:53 2009 +0200 @@ -0,0 +1,15 @@ += Learn Mercurial = + +*Here you can find links to resources for learning Mercurial* + +* Quick_Start (instant Mercurial) + +* Quick_Start from wiki (learn the basics) + +* TortoiseHG basics (For the Mercurial GUI) + +* workflow_guide (learn using Mercurial step by step) + +* hgbook (an in depth look into Mercurial "This book from ... gives a detailed and easy to read introduction to Mercurial, from easy steps to advanced topics like Mercurial Queues for patch management") + +* Other resources (links in the wiki, publicly editable. If you wrote some guide yourself, maybe for your team or for friends of yours, please add it!)