tests/test-simple-update.out
changeset 808 8f5637f0a0c0
parent 775 122449dd89db
parent 801 1f9ec150a476
child 814 0902ffece4b4
--- a/tests/test-simple-update.out	Sat Jul 30 08:30:12 2005 -0800
+++ b/tests/test-simple-update.out	Sat Jul 30 08:35:29 2005 -0800
@@ -1,6 +1,3 @@
-+ mkdir test
-+ cd test
-+ echo foo
 + hg init
 + hg addremove
 adding foo
@@ -12,11 +9,8 @@
 checking files
 1 files, 1 changesets, 1 total revisions
 + hg clone . ../branch
-+ cd ../branch
 + hg co
-+ echo bar
 + hg commit -m 2
-+ cd ../test
 + hg pull ../branch
 pulling from ../branch
 searching for changes
@@ -32,7 +26,6 @@
 checking files
 1 files, 2 changesets, 2 total revisions
 + hg co
-+ cat foo
 foo
 bar
 + hg manifest