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

Class Diff

source code

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

Instance Methods [hide private]
 
addOptions(self)
Override me to add options to the parser.
source code
 
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: getRootCommand, handleOptions, outputHelp, outputUsage, parse

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

Class Variables [hide private]
  summary = 'show diff for all files from latest ChangeLog entry'
short one-line summary of the command
  description = '\nShow the difference between local and reposit...
longer paragraph explaining the command

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

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)

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:
'''
Show the difference between local and repository copy of all files men\
tioned
in the latest ChangeLog entry.

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