mercurial/pure/__init__.py
author Jun Wu <quark@fb.com>
Wed, 23 Nov 2016 22:23:15 +0000
changeset 30554 f3cff00c7a00
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
crecord: make _getstatuslines update numstatuslines We are going to make the text in the status window dynamically generated, so its size would be dynamic. Change getstatuslines to update "numstatuslines" automatically. Fix an issue where "numstatuslines" being 1 makes the chunkpad disappear.