# HG changeset patch # User Patrick Mezard # Date 1179607619 -7200 # Node ID 4e521a3ee5eb8f7932bb853a9520e774e34c9c5f # Parent 3b0f73edee572a5c1b909ec6cf8207c7656bf1c5 Test issue 562: .hgignore requires newline at end diff --git a/tests/test-hgignore b/tests/test-hgignore --- a/tests/test-hgignore +++ b/tests/test-hgignore @@ -1,6 +1,25 @@ #!/bin/sh hg init + +# Test issue 562: .hgignore requires newline at end +touch foo +touch bar +touch baz +cat > makeignore.py <