# HG changeset patch # User Augie Fackler # Date 1405536753 14400 # Node ID aa8b72bd1320a4a339fb2b43868df520edce7528 # Parent f1dd304be8aa59efd2c4420dcca23294f983d42c 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. diff --git a/tests/test_push_command.py b/tests/test_push_command.py --- 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',