Add empty repo test

This commit is contained in:
mpm@selenic.com 2005-09-23 17:52:15 -07:00
parent ff1c54ad18
commit 9f19513ebc
2 changed files with 12 additions and 0 deletions

7
tests/test-empty Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
hg init
hg log
hg grep wah
hg manifest
hg verify

5
tests/test-empty.out Normal file
View File

@ -0,0 +1,5 @@
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
0 files, 0 changesets, 0 total revisions