view en/examples/daily.rename @ 538:955f5218f63e

Reserving chapters to translate on weekend
author Igor TAmara <igor@tamarapatino.org>
date Sat, 06 Dec 2008 00:16:59 -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