Package moap :: Package command :: Module cl :: Class Checkin
[hide private]
[frames] | no frames]

Class Checkin

source code

extern.command.command.Command --+    
                                 |    
       extern.log.log.Loggable --+    
                                 |    
              util.util.LogCommand --+
                                     |
                                    Checkin

Instance Methods [hide private]
 
do(self, args)
Override me to implement the functionality of the command.
source code

Inherited from util.util.LogCommand: __init__, debug

Inherited from extern.command.command.Command: addOptions, getRootCommand, handleOptions, outputHelp, outputUsage, parse

Inherited from extern.log.log.Loggable: doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  usage = '[path to directory or ChangeLog file]'
short one-line usage string; %command gets expanded to a sub-command or [commands] as appropriate.
  summary = 'check in files listed in the latest ChangeLog entry'
short one-line summary of the command
  description = 'Check in the files listed in the latest ChangeL...
longer paragraph explaining the command
list of str aliases = ['ci']
list of alternative lowercase names recognized

Inherited from extern.command.command.Command: aliasedSubCommands, name, parentCommand, parser, subCommandClasses, subCommands

Inherited from extern.log.log.Loggable: logCategory

Method Details [hide private]

do(self, args)

source code 

Override me to implement the functionality of the command.

Overrides: extern.command.command.Command.do
(inherited documentation)

Class Variable Details [hide private]

description

longer paragraph explaining the command
Value:
'''Check in the files listed in the latest ChangeLog entry.

Besides using the -c argument to \'changelog\', you can also specify t\
he path
to the ChangeLog file as an argument, so you can alias
\'moap changelog checkin\' to a shorter command.

Supported VCS systems: Bazaar, CVS, Darcs, Git, Subversion, git-svn'''