| Method Summary |
| |
__init__(self)
Initialize. |
| |
execute(self,
dumpfilename)
Check a dump file. |
| |
set_check_actions(self,
docheck)
Set the check actions flag to the given value. |
| |
set_check_dates(self,
docheck)
Set the check dates flag to the given value. |
| |
set_check_md5(self,
docheck)
Set the check md5 sums flag to the given value. |
| |
__add_node(self,
revnr,
node)
Adds a node to the history, recursively if it has copy-from
path/rev. |
| |
__check_action(self,
revnr,
node)
Checks the action of a node and keeps it's history. |
| |
__delete_node(self,
revnr,
node)
Deletes a node from the history, recursively if it is a directory. |
| |
__next_node(self)
Clears the node_printed flag. |
| |
__next_rev(self)
Clears the rev_printed flag. |
| string
|
__node_kind(self,
revnr,
path)
Returns the kind of a node if it exists, else None. |
| |
__print_node(self,
revnr,
node)
Prints the revision number and node path if not already done. |
| |
__print_rev(self,
revnr)
Prints the revision number if not already done. |
| |
__rev_index(self,
nodehist,
revnr)
Returns the index into the node history or None. |