Reviewers: mp+170789_code.launchpad.net, Message: Please take a look. Description: uniter/jujuc: added arg --all to config-get Actually config-get behaves different to pyjuju and writes all configuration keys, even if their value is nil. Now the default behavior is like in pyjuju, empty values are filtered. The additional argument --all (or -a) allows the output of all keys. https://code.launchpad.net/~themue/juju-core/029-config-get-all/+merge/170789 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/10441044/ Affected files: A [revision details] M worker/uniter/jujuc/config-get.go M worker/uniter/jujuc/config-get_test.go M worker/uniter/jujuc/util_test.go Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: tarmac-20130620172218-jwl9sp71dmuqty4r +New revision: