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

Class ChangeLog

source code

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

ivar clPath: path to the ChangeLog file, for subcommands to use. type clPath: str

Instance Methods [hide private]
 
addOptions(self)
Override me to add options to the parser.
source code
 
handleOptions(self, options)
Handle the parsed options.
source code
 
getClPath(self, clPath)
Helper for subcommands to expand a patch to either a file or a dir, to a path to the ChangeLog file.
source code

Inherited from util.util.LogCommand: __init__, debug

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

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

Class Variables [hide private]
  usage = 'changelog %command'
short one-line usage string; %command gets expanded to a sub-command or [commands] as appropriate
  summary = 'act on ChangeLog file'
short one-line summary of the command
  description = 'Act on a ChangeLog file.\n\nSome of the command...
longer paragraph explaining the command
  subCommandClasses = [Checkin, Contributors, Diff, Find, Prepare]
list of str aliases = ['cl']
list of alternative lowercase names recognized

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

Inherited from extern.log.log.Loggable: logCategory

Method Details [hide private]

addOptions(self)

source code 

Override me to add options to the parser.

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

handleOptions(self, options)

source code 

Handle the parsed options.

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

Class Variable Details [hide private]

description

longer paragraph explaining the command
Value:
'''Act on a ChangeLog file.

Some of the commands use the version control system in use.

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