tests/test-parseindex2.py.out
author Yuya Nishihara <yuya@tcha.org>
Thu, 20 Oct 2016 23:09:05 +0900
changeset 30314 365812902904
parent 7110 75fdc39b6172
permissions -rw-r--r--
scmutil: extend termwidth() to return terminal height, renamed to termsize() It appears crecord.py has its own termsize() function. I want to get rid of it. The fallback height is chosen from the default of cmd.exe on Windows, and VT100 on Unix.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done