##// END OF EJS Templates
raise util.Abort again if specified revision is not an integer....
raise util.Abort again if specified revision is not an integer. This was changed to NoRepo in 462cc56d898f, because specifying non-integer revisions for e.g. the Mercurial backend caused Abort to be raised in the subversion importer. Now util.Abort is raised again, but the check is done after verifying if it really is a subversion repository.

File last commit:

r1338:2b77ea66 default
r5145:0751c25e default
Show More
test-empty
7 lines | 60 B | text/plain | TextLexer
mpm@selenic.com
Add empty repo test
r1338 #!/bin/sh
hg init
hg log
hg grep wah
hg manifest
hg verify