Merge commit 'c6487ef55653dd188f95f279369c748cad66095f'

* commit 'c6487ef55653dd188f95f279369c748cad66095f':
  set-parent-project: evict child projects from project cache
This commit is contained in:
Shawn O. Pearce
2011-10-27 09:46:01 -07:00

View File

@@ -133,6 +133,8 @@ final class AdminSetParent extends BaseCommand {
} catch (ConfigInvalidException e) {
throw new Failure(1, "Cannot update project " + name, e);
}
projectCache.evict(pc.getProject());
}
if (err.length() > 0) {