Show More
@@ -1,7 +1,10 b'' | |||
|
1 | 1 | Test how largefiles abort in case the disk runs full |
|
2 | 2 | |
|
3 | 3 | $ cat > criple.py <<EOF |
|
4 | > import os, errno, shutil | |
|
4 | > from __future__ import absolute_import | |
|
5 | > import errno | |
|
6 | > import os | |
|
7 | > import shutil | |
|
5 | 8 | > from mercurial import util |
|
6 | 9 | > # |
|
7 | 10 | > # this makes the original largefiles code abort: |
General Comments 0
You need to be logged in to leave comments.
Login now