Package moap :: Package command :: Module vcs :: Class Backup
[hide private]
[frames] | no frames]

Class Backup

source code

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

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]
  summary = 'back up working copy'
short one-line summary of the command
  description = 'Backs up the working copy to the given archive....
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]

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:
'''Backs up the working copy to the given archive.

The archive can be used with the restore command to restore the workin\
g copy
to its original state, modulo all ignored files.

The archive includes checkout commands, a local diff, and all untracke\
d files.
...