[PATCH] tests: use --debug on test-clone

Adrian Buehlmann adrian at cadifra.com
Thu Jun 3 07:07:50 CDT 2010


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1275566280 -7200
# Node ID 2927c23e6a8388e4cd6d7333033bac2b2c19e286
# Parent  457813cb30245902ea49f999f6045c21ab87b4d5
tests: use --debug on test-clone

diff --git a/tests/test-clone b/tests/test-clone
--- a/tests/test-clone
+++ b/tests/test-clone
@@ -29,8 +29,8 @@ cat a
 hg verify
 
 echo
-echo % no update
-hg clone -U . ../c
+echo % no update, with debug option
+hg --debug clone -U . ../c
 cd ../c
 cat a 2>/dev/null || echo "a not present"
 hg verify
diff --git a/tests/test-clone.out b/tests/test-clone.out
--- a/tests/test-clone.out
+++ b/tests/test-clone.out
@@ -15,7 +15,8 @@ crosschecking files in changesets and ma
 checking files
 2 files, 11 changesets, 11 total revisions
 
-% no update
+% no update, with debug option
+linked 8 files
 a not present
 checking changesets
 checking manifests


More information about the Mercurial-devel mailing list