From aa36fa26a216b2faf89b0bbd4d90fb16fd082f38 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 25 Jun 2002 18:04:08 +0000 Subject: More optimization: rewrote selection iteration to not recur, and added "fast processing" to IterTreeReducer, so objects don't need to be created in the typical case. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@145 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Globals.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rdiff-backup/rdiff_backup/Globals.py') diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py index beff0ad..0fc08f5 100644 --- a/rdiff-backup/rdiff_backup/Globals.py +++ b/rdiff-backup/rdiff_backup/Globals.py @@ -14,7 +14,7 @@ import re, os # The current version of rdiff-backup -version = "0.9.1" +version = "$version" # If this is set, use this value in seconds as the current time # instead of reading it from the clock. @@ -167,9 +167,9 @@ print_statistics = None # replaced by the source and mirror Select objects respectively. select_source, select_mirror = None, None -# On the backup writer connection, holds the main incrementing -# function. Access is provided to increment error counts. -ITR = None +# On the backup writer connection, holds the root incrementing branch +# object. Access is provided to increment error counts. +ITRB = None def get(name): """Return the value of something in this module""" -- cgit v1.2.1