Don't write None to the conf file
authorKarl Hasselström <kha@treskal.com>
Fri, 24 Aug 2007 11:20:17 +0000 (13:20 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 26 Aug 2007 19:55:37 +0000 (21:55 +0200)
commit168815174b75e6037e8eb98cf7b34a91f789e7a4
tree7daa91cd110f292b78a02f24384112e37d82624d
parent675394bcf1ec6fbcd0e4018e136dc65206952b09
Don't write None to the conf file

If we don't have a value for the remote, just don't write it. Writing
None will either write the string "None" or crash StGIT, depending on
how exactly the call is done -- and neither is what we want!

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/stack.py