More intuitive storer-copy/move semantics
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Fri, 18 Jan 2013 09:55:47 +0000 (11:55 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Fri, 18 Jan 2013 09:55:47 +0000 (11:55 +0200)
commit7a423d97dcad0f4604b5bd8b23384229660c5d3f
treea4408704069156d570dbfcb0909f413893116dd6
parent707c1a4a11f7e53c358b5f57a1274be742b066c3
More intuitive storer-copy/move semantics

copy/move cont:path path2
   will move all <obj> prefixed with path, as path2<obj>
   or as path2 if path corresponds to just one whole object
copy/move cont:path cont2:
   will move all <obj> prefixed with path to container cont2
copy/move cont:path [cont2:]path2 --exact-match
   will move at most one <obj> as a new object named path2,
   provided path corresponds to a whole object path
copy/move cont:path [cont2:]path2 --replace
   will move all <obj> prefixed with path, replacing path with path2
kamaki/cli/commands/pithos_cli.py