# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1415382372 18000 # Node ID 72b475850bb7baff1ffe38cc071ac13f699814dc # Parent e3783841a9ffba8b73a3564c0bc4fb739555c1fc Add README diff -r e3783841a9ff -r 72b475850bb7 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Fri Nov 07 12:46:12 2014 -0500 @@ -0,0 +1,25 @@ +This is a repo for an introductory hg talk. This uses doitlive to +replay back the sessions: + + http://doitlive.readthedocs.org/en/latest/ + +This is roughly based on the following "textbook": + + http://farley.io/hginit2/ + +Other more advanced topics: + + * Phases + http://mercurial.selenic.com/wiki/Phases + + * Revsets + http://selenic.com/hg/help/revsets + + * Templates + http://mercurial.selenic.com/wiki/Theming + + * Changeset evolution + http://evolution.experimentalworks.net/doc/user-guide.html + + * Advanced customisation + http://jordi.inversethought.com/blog/customising-mercurial-like-a-pro/