tests/test-merge3
author Eung-Ju PARK <eungju@gmail.com>
Fri, 02 Jun 2006 16:19:47 +0900
changeset 2402 82cef38fea56
parent 1933 7544700fd931
permissions -rwxr-xr-x
packagescan can't scan nested packages

#!/bin/sh

hg init
echo This is file a1 > a
hg add a
hg commit -m "commit #0" -d "1000000 0"
touch b
hg add b
rm b
hg commit -A -m"comment #1" -d "1000000 0"