/[rdiff-backup]/rdiff-backup/rdiff_backup/rpath.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/rpath.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.83 by bescoto, Sun Aug 14 04:15:47 2005 UTC revision 1.84 by bescoto, Wed Aug 17 05:55:18 2005 UTC
# Line 283  class RORPath: Line 283  class RORPath:
283                  self.data = {'type': None}                  self.data = {'type': None}
284                  self.file = None                  self.file = None
285    
286            def make_zero_dir(self, dir_rp):
287                    """Set self.data the same as dir_rp.data but with safe permissions"""
288                    self.data = dir_rp.data.copy()
289                    self.data['perms'] = 0700
290    
291          def __nonzero__(self): return 1          def __nonzero__(self): return 1
292    
293          def __eq__(self, other):          def __eq__(self, other):

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26