# HG changeset patch # User Julien Cristau # Date 1457369490 -3600 # Node ID 9b3a4ceff06a8b61966f55206f7e648309268b3f # Parent 3a39f145d5308264ca636d2ba483db5ef3d28578 [serverctl] allow schema-diff when db and fs are not in sync diff -r 3a39f145d530 -r 9b3a4ceff06a cubicweb/server/serverctl.py --- a/cubicweb/server/serverctl.py Wed Jul 09 16:33:08 2014 +0200 +++ b/cubicweb/server/serverctl.py Mon Mar 07 17:51:30 2016 +0100 @@ -1043,6 +1043,7 @@ appid = args.pop(0) diff_tool = args.pop(0) config = ServerConfiguration.config_for(appid) + config.repairing = True repo = repoapi.get_repository(config=config) fsschema = config.load_schema(expand_cubes=True) schema_diff(fsschema, repo.schema, permissionshandler, diff_tool, ignore=('eid',))