tests/test-addremove
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 28 Feb 2006 00:46:06 +0100
changeset 1811 6cb548cffdf5
parent 1623 eef8ff46567a
child 1933 7544700fd931
permissions -rwxr-xr-x
resync commands.py docstrings with hg.1.txt

#!/bin/sh

hg init rep
cd rep
mkdir dir
touch foo dir/bar
hg -v addremove
hg -v commit -m "add 1" -d "0 0"
cd dir/
touch ../foo_2 bar_2
hg -v addremove
hg -v commit -m "add 2" -d "0 0"