view 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
line wrap: on
line source

#!/bin/bash

hg init a
cd a
echo hello > myfile
hg commit -A -m 'Initial commit'

#$ name: branches

hg branches