##// END OF EJS Templates
Merge with -stable
Matt Mackall -
r9552:f0417b6f merge default
parent child Browse files
Show More
@@ -1221,6 +1221,11 b' def termwidth():'
1221 1221 return array.array('h', arri)[1]
1222 1222 except ValueError:
1223 1223 pass
1224 except IOError, e:
1225 if e[0] == errno.EINVAL:
1226 pass
1227 else:
1228 raise
1224 1229 except ImportError:
1225 1230 pass
1226 1231 return 80
General Comments 0
You need to be logged in to leave comments. Login now