hgbook

view en/examples/branch-named @ 202:6f167e644762

Start writing about named branches.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Apr 20 14:02:10 2007 -0700 (2007-04-20)
parents
children d7615e15510f
line source
1 #!/bin/bash
3 hg init a
4 cd a
5 echo hello > myfile
6 hg commit -A -m 'Initial commit'
8 #$ name: branches
10 hg branches