debian/compat
author Boris Feld <boris.feld@octobus.net>
Thu, 15 Jun 2017 20:40:07 +0200
changeset 2592 fb33d856d25e
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
compat: make obshistory._getdifflines compatible with mercurial 4.1 On Mercurial version 4.1 and lower, patch.diff seems to returns an empty list when there is no change. Mercurial 4.2 returns None so we add a if for this case.

8