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

Start writing about named branches.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 20 Apr 2007 14:02:10 -0700
parents
children d7615e15510f
comparison
equal deleted inserted replaced
201:80fc720338a5 202:6f167e644762
1 #!/bin/bash
2
3 hg init a
4 cd a
5 echo hello > myfile
6 hg commit -A -m 'Initial commit'
7
8 #$ name: branches
9
10 hg branches