# HG changeset patch # User Nicolas Chauvat # Date 1397050947 -7200 # Node ID 846bc922739452f2776b6a4eb6b9cb93d6ccf866 # Parent 91f3cb7db2aa241d72e775a22ce983b4471fa5c4 [serverctl] rename 'add-source' to 'source-add' for consistency's sake (closes #3732169) diff -r 91f3cb7db2aa -r 846bc9227394 server/serverctl.py --- a/server/serverctl.py Tue Jun 03 12:02:51 2014 +0200 +++ b/server/serverctl.py Wed Apr 09 15:42:27 2014 +0200 @@ -459,7 +459,7 @@ init_repository(config, drop=self.config.drop) if not self.config.automatic: while ASK.confirm('Enter another source ?', default_is_yes=False): - CWCTL.run(['add-source', '--config-level', + CWCTL.run(['source-add', '--config-level', str(self.config.config_level), config.appid]) @@ -469,7 +469,7 @@ the identifier of the instance to initialize. """ - name = 'add-source' + name = 'source-add' arguments = '' min_args = max_args = 1 options = (