Switch the SplitKeyVal function to accept escapes
authorIustin Pop <iustin@google.com>
Fri, 15 Jan 2010 10:41:08 +0000 (11:41 +0100)
committerIustin Pop <iustin@google.com>
Fri, 15 Jan 2010 11:22:39 +0000 (12:22 +0100)
commit1b3a7656c2f8fde039d7ca2a8d7b7788266fcd82
tree0a8328464f02d24230d2e3e662942a7be6e2077a
parent5b69bc7ca790156ee4422fa1611c05ad6d5ebc47
Switch the SplitKeyVal function to accept escapes

This tiny patch switches the SplitKeyVal function (and thus the command
line options like -H, -B, etc.) to UnescapeAndSplit, thus allowing one
to use escaped commas in the values of parameters.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/cli.py