equal
deleted
inserted
replaced
200 # :nodes: list of binary nodes |
200 # :nodes: list of binary nodes |
201 # :csv: list of comma-separated values |
201 # :csv: list of comma-separated values |
202 # :plain: string with no transformation needed. |
202 # :plain: string with no transformation needed. |
203 gboptsmap = {'heads': 'nodes', |
203 gboptsmap = {'heads': 'nodes', |
204 'common': 'nodes', |
204 'common': 'nodes', |
|
205 'obsmarkers': 'boolean', |
205 'bundlecaps': 'csv', |
206 'bundlecaps': 'csv', |
206 'listkeys': 'csv', |
207 'listkeys': 'csv', |
207 'cg': 'boolean'} |
208 'cg': 'boolean'} |
208 |
209 |
209 # client side |
210 # client side |