Mercurial > hgsubversion
comparison tests/run.py @ 911:772280aed751
Honor SVN auto-props (solves issue #186)
The auto-props are read from the users subversion configuration file
(~/.subversion/config on posix). System-wide configuration files are not
taken into account.
The implementation completely bypasses the subversion bindings,
because the current bindings provide little support for this functionality.
| author | Ronny Voelker <ronny.voelker@googlemail.com> |
|---|---|
| date | Sun, 01 Jan 2012 15:59:15 +0100 |
| parents | d3ff5807f1bd |
| children | 92bd7b3678ea |
comparison
equal
deleted
inserted
replaced
| 910:312f36a425f0 | 911:772280aed751 |
|---|---|
| 21 import test_pull | 21 import test_pull |
| 22 import test_push_command | 22 import test_push_command |
| 23 import test_push_renames | 23 import test_push_renames |
| 24 import test_push_dirs | 24 import test_push_dirs |
| 25 import test_push_eol | 25 import test_push_eol |
| 26 import test_push_autoprops | |
| 26 import test_rebuildmeta | 27 import test_rebuildmeta |
| 27 import test_single_dir_clone | 28 import test_single_dir_clone |
| 28 import test_svnwrap | 29 import test_svnwrap |
| 29 import test_tags | 30 import test_tags |
| 30 import test_template_keywords | 31 import test_template_keywords |
