Package conary :: Module cvc :: Class CloneCommand
[hide private]
[frames] | no frames]

Class CloneCommand

source code

                 object --+            
                          |            
lib.command.AbstractCommand --+        
                              |        
          command.ConaryCommand --+    
                                  |    
                         CvcCommand --+
                                      |
                                     CloneCommand

Instance Methods [hide private]
 
addParameters(self, argDef) source code
 
runCommand(self, cfg, argSet, args, profile=False, callback=None, repos=None) source code

Inherited from CvcCommand: addConfigOptions

Inherited from command.ConaryCommand: processConfigOptions, setContext

Inherited from lib.command.AbstractCommand: __init__, addDocs, prepare, requireParameters, setMainHandler, setParser, usage

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  commands = ['clone']
  paramHelp = '<target-branch> <trove>[=<version>][[flavor]]+'
  help = 'Copy troves from one branch to another in a repository'
  commandGroup = 'Repository Access'
  hidden = True
  docs = {'full-recurse': 'Recursively clone packages included i...

Inherited from lib.command.AbstractCommand: defaultGroup, description, hobbleShortOpts

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

addParameters(self, argDef)

source code 
Overrides: command.ConaryCommand.addParameters

runCommand(self, cfg, argSet, args, profile=False, callback=None, repos=None)

source code 
Overrides: lib.command.AbstractCommand.runCommand

Class Variable Details [hide private]

docs

Value:
{'full-recurse': 'Recursively clone packages included in groups',
 'info': 'Do not perform clone',
 'message': 'Use MESSAGE for the changelog entry for all cloned source\
s',
 'skip-build-info': 'Do not attempt to rewrite version information abo\
ut how this trove was built',
 'test': 'Runs through all the steps of committing but does not modify\
 the repository',
...