view en/examples/daily.rename @ 497:c368e324eeb2

Finished translating bisect
author Igor TAmara <igor@tamarapatino.org>
date Thu, 06 Nov 2008 23:06:16 -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