tests/test-incoming-outgoing.t
changeset 13956 ffb5c09ba822
parent 12643 d08bb64888bc
child 14981 192e02680d09
--- a/tests/test-incoming-outgoing.t	Mon Apr 18 20:52:08 2011 -0500
+++ b/tests/test-incoming-outgoing.t	Tue Apr 19 12:04:44 2011 +0200
@@ -1,6 +1,5 @@
-  $ mkdir test
+  $ hg init test
   $ cd test
-  $ hg init
   $ for i in 0 1 2 3 4 5 6 7 8; do
   >     echo $i >> foo
   >     hg commit -A -m $i