hgbook

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/examples/branch-named	Fri Apr 20 14:02:10 2007 -0700
     1.3 @@ -0,0 +1,10 @@
     1.4 +#!/bin/bash
     1.5 +
     1.6 +hg init a
     1.7 +cd a
     1.8 +echo hello > myfile
     1.9 +hg commit -A -m 'Initial commit'
    1.10 +
    1.11 +#$ name: branches
    1.12 +
    1.13 +hg branches