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

Class BranchShadowCommand

source code

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

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 = ['shadow']
  paramHelp = '<newlabel> <trove>[=<version>][[flavor]]+'
  help = 'Create a shadow in a repository'
  commandGroup = 'Repository Access'
  docs = {'binary-only': 'Do not shadow/branch any source compon...

Inherited from lib.command.AbstractCommand: defaultGroup, description, hidden, 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:
{'binary-only': 'Do not shadow/branch any source components listed',
 'info': 'Display info on shadow/branch',
 'source-only': 'For any binary components listed, shadow/branch their\
 sources instead',
 'to-file': (1,
             'Write changeset to file instead of committing to the rep\
ository')}