Mercurial > hgsubversion
comparison tests/run.py @ 653:ab454ee515d4
test_startrev: new tests inspired by test_rebuildmeta
The tests for start revision support are inspired by the rebuildmeta
tests; for every single fixture, a full and a shallow clone is
performed, and the two are then compared.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Tue, 20 Jul 2010 12:53:47 +0200 |
parents | 95abc4cfc78f |
children | 52fbb272a147 |
comparison
equal
deleted
inserted
replaced
652:c3900ad3bf69 | 653:ab454ee515d4 |
---|---|
20 import test_push_renames | 20 import test_push_renames |
21 import test_push_dirs | 21 import test_push_dirs |
22 import test_push_eol | 22 import test_push_eol |
23 import test_rebuildmeta | 23 import test_rebuildmeta |
24 import test_single_dir_clone | 24 import test_single_dir_clone |
25 import test_startrev | |
25 import test_svnwrap | 26 import test_svnwrap |
26 import test_tags | 27 import test_tags |
27 import test_utility_commands | 28 import test_utility_commands |
28 import test_urls | 29 import test_urls |
29 | 30 |