comparison basic-session @ 9:39800c8f0532

Add initial session replay
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sat, 08 Mar 2014 19:35:00 -0500
parents
children 80b765f69c5f
comparison
equal deleted inserted replaced
8:504206897586 9:39800c8f0532
1
2 # Let's grab the Python Code of Conduct and have a look
3
4 hg clone http://hg.python.org/coc/
5 cd coc
6 hg log -G
7
8 # Now let's add a couple of bookmarks
9 hg book upstream
10 hg book jordi
11