tests/test-merge3
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
Tue, 29 May 2007 03:27:02 -0400
changeset 4452 862dc0c020ad
parent 1933 7544700fd931
permissions -rwxr-xr-x
gitweb: Fixed manifest template opening an extra div tag

#!/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"