equal
deleted
inserted
replaced
381 % hg status (eol activated) |
381 % hg status (eol activated) |
382 M unix.txt |
382 M unix.txt |
383 % hg commit |
383 % hg commit |
384 % hg status |
384 % hg status |
385 $ rm -r mixed |
385 $ rm -r mixed |
|
386 |
|
387 Test issue2569 -- eol extension takes write lock on reading: |
|
388 |
|
389 $ echo '[extensions]' >> $HGRCPATH |
|
390 $ echo 'eol =' >> $HGRCPATH |
|
391 $ hg init repo |
|
392 $ cd repo |
|
393 $ touch .hgeol |
|
394 $ hg status |
|
395 ? .hgeol |
|
396 $ chmod -R -w .hg |
|
397 $ sleep 1 |
|
398 $ touch .hgeol |
|
399 $ hg status --traceback |
|
400 ? .hgeol |