From: Joey Hess Date: Thu, 24 Dec 2009 17:23:27 +0000 (-0500) Subject: Allow empty sections to be used in mrconfig files. X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/2cb02ac8d550b1335c547bc59d2af249c3c08e1f?hp=2cb02ac8d550b1335c547bc59d2af249c3c08e1f Allow empty sections to be used in mrconfig files. Previously the parser only added a section if it had at least one configuration line. With this change, an empty section cannot be checked out by mr, but it can be updated, etc. ---