view en/examples/daily.rename @ 173:754312dc23d5

If something times out, try to tell what it was.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 27 Mar 2007 15:45:12 -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