common.sh parsing for api10 arguments
authorGuido Trotter <ultrotter@google.com>
Thu, 16 Oct 2008 09:20:26 +0000 (09:20 +0000)
committerGuido Trotter <ultrotter@google.com>
Thu, 16 Oct 2008 09:20:26 +0000 (09:20 +0000)
commite99e7984bd00b5766313f0e5f252d6232afd68ee
treef6beb3402a9dafe2d177e3241b3a24838bf9d23b
parent427f2957eb63079bd534bef94dcdc942da93313f
common.sh parsing for api10 arguments

If OS_API_VERSION has value 10 we'll check and parse the arguments using
the version 10 style, as described by the relevant design doc, and save
them to the old names we used before. This makes the create and rename
scripts version 6 compatible (except for bugs, that is), while import
and export will need some more work.

Reviewed-by: iustinp
common.sh