Mercurial > hg
comparison tests/test-eol-hook.t @ 27524:f5b6b4e574c1
eol: make output stable
This eliminates a divergence in behaviour between PyPy and Python.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 27 Dec 2015 23:55:54 +0900 |
parents | f2719b387380 |
children | d7304434390f |
comparison
equal
deleted
inserted
replaced
27523:68b9abf1cb82 | 27524:f5b6b4e574c1 |
---|---|
204 adding changesets | 204 adding changesets |
205 adding manifests | 205 adding manifests |
206 adding file changes | 206 adding file changes |
207 added 3 changesets with 3 changes to 2 files (+1 heads) | 207 added 3 changesets with 3 changes to 2 files (+1 heads) |
208 error: pretxnchangegroup hook failed: end-of-line check failed: | 208 error: pretxnchangegroup hook failed: end-of-line check failed: |
209 b.txt in fbcf9b1025f5 should not have CRLF line endings | |
209 d.txt in a7040e68714f should not have CRLF line endings | 210 d.txt in a7040e68714f should not have CRLF line endings |
210 b.txt in fbcf9b1025f5 should not have CRLF line endings | 211 transaction abort! |
211 transaction abort! | 212 rollback completed |
212 rollback completed | 213 abort: end-of-line check failed: |
213 abort: end-of-line check failed: | 214 b.txt in fbcf9b1025f5 should not have CRLF line endings |
214 d.txt in a7040e68714f should not have CRLF line endings | 215 d.txt in a7040e68714f should not have CRLF line endings |
215 b.txt in fbcf9b1025f5 should not have CRLF line endings | |
216 [255] | 216 [255] |
217 | 217 |
218 $ cd .. | 218 $ cd .. |