changeset 10:72b475850bb7 default tip

Add README
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 07 Nov 2014 12:46:12 -0500
parents e3783841a9ff
children
files README
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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/