cwctl.py
branchstable
changeset 8716 dd53d8d63b4b
parent 8564 0e56f0c3fd1e
child 8718 9e7847dcbd94
equal deleted inserted replaced
8715:ab0cd0765076 8716:dd53d8d63b4b
   828     with enhanced migration commands predefined in the namespace. An additional
   828     with enhanced migration commands predefined in the namespace. An additional
   829     argument may be given corresponding to a file containing commands to execute
   829     argument may be given corresponding to a file containing commands to execute
   830     in batch mode.
   830     in batch mode.
   831 
   831 
   832     By default it will connect to a local instance using an in memory
   832     By default it will connect to a local instance using an in memory
   833     connection, unless -P option is specified, in which case you will be
   833     connection, unless an URL to a running instance is specified.
   834     connected through pyro. In the later case, you won't have access to
       
   835     repository internals (session, etc...) so most migration commands won't be
       
   836     available.
       
   837 
   834 
   838     Arguments after bare "--" string will not be processed by the shell command
   835     Arguments after bare "--" string will not be processed by the shell command
   839     You can use it to pass extra arguments to your script and expect for
   836     You can use it to pass extra arguments to your script and expect for
   840     them in '__args__' afterwards.
   837     them in '__args__' afterwards.
   841 
   838