Mercurial > hg-stable
changeset 11295:07e425d63dbd
tests: use --debug on test-clone
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Thu, 03 Jun 2010 13:58:00 +0200 |
parents | 7b5d05e0fb1e |
children | 0054a328b98f |
files | tests/test-clone tests/test-clone.out |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-clone Thu Jun 03 10:18:33 2010 -0400 +++ b/tests/test-clone Thu Jun 03 13:58:00 2010 +0200 @@ -29,8 +29,8 @@ 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
--- a/tests/test-clone.out Thu Jun 03 10:18:33 2010 -0400 +++ b/tests/test-clone.out Thu Jun 03 13:58:00 2010 +0200 @@ -15,7 +15,8 @@ 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