combo-layer: let user choose where properties get updated
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 8 Jan 2015 15:23:52 +0000 (07:23 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:07:13 +0000 (08:07 -0800)
commit131980ac2599a8132135d8324bdf80832d13a07c
tree6f628775755494744c7b5134423c587870ee21ec
parentcf1b6788bb0f36cb92ce218f5c1f73a4c993bf1c
combo-layer: let user choose where properties get updated

When updating a property (at the moment, only 'last_revision'),
first check whether the user already added it to the main config.
If so, update there even if there is a local config.

This way, 'last_revision' can be shared between developers
as part of the repository while still configuring per-developer
repo paths outside of the git repository in a local config.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
scripts/combo-layer