Fix problems with "key=" lines in hgrc files.

Review Request #5748 — Created April 28, 2014 and submitted — Latest diff uploaded

Information

RBTools
master
005b787...

Reviewers

The code that parses hgrc was assuming that all key=value lines had a non-empty
value. This failed if the config included lines that didn't.

Created an hgrc file with this configuration and ran rbtools commands. Saw that
the bug reproduced before the change and didn't after.

    Loading...