Re-send [StGit BUG/PATCH] config.py: fix unset
commit641ec5525f935755edee908e43f4e4372cb3b08f
authorChris Packham <judge.packham@gmail.com>
Mon, 10 Aug 2009 20:50:45 +0000 (11 08:50 +1200)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 13 Aug 2009 22:23:16 +0000 (13 23:23 +0100)
treecca17d0aa38ef47f3e552f0b85c91e58050b50d3
parent465e13d3e3d2d83c0857d9f4613cbdcb5ec37566
Re-send [StGit BUG/PATCH] config.py: fix unset

Missing invocation of .run() so config.unset('blah') didn't do anything.
Consequently the fact that the next line set the value to 'None' instead of a
list with 1 element i.e. '[None]' was not noticed.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
stgit/config.py