diff basic-session @ 14:e99a93596676

Add a slide and example showcasing phases
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 09 Mar 2014 11:33:42 -0400
parents c48ed0e2ab41
children
line wrap: on
line diff
--- a/basic-session	Sun Mar 09 11:32:46 2014 -0400
+++ b/basic-session	Sun Mar 09 11:33:42 2014 -0400
@@ -43,4 +43,10 @@
 hg evolve --all
 hg log -G
 
+# What if we try to drop an old commit?
+hg prune -r upstream
+
+# Let's go back to where we were
+hg next
+
 !RET
\ No newline at end of file