tests/test-merge3
author Chris Mason <mason@suse.com>
Thu, 27 Jul 2006 09:27:42 -0700
changeset 2698 c1123e83c8e2
parent 1933 7544700fd931
permissions -rwxr-xr-x
mq: fix qnew and qimport to deal with series file comments qnew and qimport did not take comments into account when deciding where to place new patches in the series file.

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