hgbook

annotate 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
rev   line source
bos@202 1 #!/bin/bash
bos@202 2
bos@202 3 hg init a
bos@202 4 cd a
bos@202 5 echo hello > myfile
bos@202 6 hg commit -A -m 'Initial commit'
bos@202 7
bos@202 8 #$ name: branches
bos@202 9
bos@202 10 hg branches