Mercurial > hgsubversion
changeset 1206:aa8b72bd1320
test_push_command: improve commit messages inside test for diagnostics
This let me determine a little bit of a disturbing test failure:
test_push_existing_file_newly_symlink is broken against svn 1.8.8 for
me (and against svn 1.8.9 for Sean). This isn't a regression on our
part, but we need to work around this in the near future.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 16 Jul 2014 14:52:33 -0400 |
parents | f1dd304be8aa |
children | 9fc3557ce85e |
files | tests/test_push_command.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test_push_command.py +++ b/tests/test_push_command.py @@ -496,7 +496,7 @@ class PushTests(test_util.TestBase): copied=False) ctx = context.memctx(repo, (repo['default'].node(), node.nullid), - 'message', + 'mutate already-special file alpha', ['alpha', ], file_callback2, 'author', @@ -521,7 +521,7 @@ class PushTests(test_util.TestBase): copied=False) ctx = context.memctx(repo, (repo['default'].node(), node.nullid), - 'message', + 'convert alpha back to regular file', ['alpha', ], file_callback3, 'author',