view en/examples/daily.rename @ 431:d13a05515acf

Fixing problem on bisect that inhibits building with mercurial 1.0 or later
author Igor Támara <igor@tamarapatino.org>
date Sat, 18 Oct 2008 06:02:21 -0500
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