comparison session1.sh @ 2:dd7a3a06dfe7

Add some stuff about help command to session1.sh
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 06 Nov 2014 16:48:08 -0500
parents 882028e37e4a
children 4f46f63130a6
comparison
equal deleted inserted replaced
1:624bfe6018f3 2:dd7a3a06dfe7
1 #doitlive commentecho: true 1 #doitlive commentecho: true
2 #doitlive prompt: {user.blue}@{TTY.MAGENTA}mtlpyladies{TTY.RESET}:{dir.green}$ 2 #doitlive prompt: {user.blue}@{TTY.MAGENTA}mtlpyladies{TTY.RESET}:{dir.green}$
3 #First let's do some configging... 3
4 #First, what is hg?
5 hg
6 hg help
7
8 #doitlive pause:
9 #To read the help of a particular command...
10 hg help init
11
12 #doitlive pause:
13 #Let's do some configging!
4 hg config --edit 14 hg config --edit
5 15
6 #And our first repo 16 #And our first repo
7 hg init planets 17 hg init planets
8 cd planets 18 cd planets