view en/examples/daily.rename @ 670:3bcc001ce34f

Get rid of lots of TeX-era cruft.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 23:37:19 -0700
parents 1ee53cb37a99
children
line wrap: on
line source

#!/bin/bash

hg init a
cd a
echo a > a
hg ci -Ama

#$ name: rename

hg rename a b

#$ name: status

hg status

#$ name: status-copy

hg status -C