From 28fd75148a7ba90b429c8442cec188d3b178e731 Mon Sep 17 00:00:00 2001 From: bescoto Date: Tue, 24 Jun 2003 06:52:45 +0000 Subject: Comment clarification git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@329 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/rpath.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdiff-backup/rdiff_backup/rpath.py b/rdiff-backup/rdiff_backup/rpath.py index 3be5068..6719f49 100644 --- a/rdiff-backup/rdiff_backup/rpath.py +++ b/rdiff-backup/rdiff_backup/rpath.py @@ -281,10 +281,10 @@ class RORPath: def equal_loose(self, other): """True iff the two rorpaths are kinda equivalent - Sometimes because of missing permissions, a file cannot be + Sometimes because permissions cannot be set, a file cannot be replicated exactly on the remote side. This function tells you whether the two files are close enough. self must be the - file with more information. + original rpath. """ for key in self.data.keys(): # compare dicts key by key -- cgit v1.2.1