Mercurial > hgsubversion
comparison tests/run.py @ 932:dfb3afa6c619
stupid: Fail over to full revision when a PatchError is thrown (issue294)
Also give an enhanced exception message when an AssertionError is thrown
out of subvertpy. Can't test this as throwing an exception from the
appropriate place leaves file handles open in the SVN repository,
resulting in a failure to clean up in tearDown().
author | Tim Delaney <timothy.c.delaney@gmail.com> |
---|---|
date | Tue, 18 Sep 2012 13:18:22 +1000 |
parents | 6b7ac659c855 |
children | cf53cfaaa050 |
comparison
equal
deleted
inserted
replaced
931:e1dbd9646d6a | 932:dfb3afa6c619 |
---|---|
18 import test_fetch_renames | 18 import test_fetch_renames |
19 import test_fetch_symlinks | 19 import test_fetch_symlinks |
20 import test_fetch_truncated | 20 import test_fetch_truncated |
21 import test_hooks | 21 import test_hooks |
22 import test_pull | 22 import test_pull |
23 import test_pull_fallback | |
23 import test_push_command | 24 import test_push_command |
24 import test_push_renames | 25 import test_push_renames |
25 import test_push_dirs | 26 import test_push_dirs |
26 import test_push_eol | 27 import test_push_eol |
27 import test_push_autoprops | 28 import test_push_autoprops |