tests/test-empty-file
changeset 12159 8bedcfc38659
parent 12158 019cd2826d21
child 12160 44fcacae45c8
--- a/tests/test-empty-file	Thu Sep 02 17:32:22 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-hg init a
-cd a
-touch empty1
-hg add empty1
-hg commit -m 'add empty1'
-
-touch empty2
-hg add empty2
-hg commit -m 'add empty2'
-
-hg up -C 0
-touch empty3
-hg add empty3
-hg commit -m 'add empty3'
-
-hg heads
-
-hg merge 1
-# before changeset 05257fd28591, we didn't notice the
-# empty file that came from rev 1.
-hg status
-hg commit -m merge
-hg manifest --debug tip