/[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.79 by dgaudet, Thu Jun 30 22:26:22 2005 UTC revision 1.80 by bescoto, Mon Aug 8 03:53:50 2005 UTC
# Line 776  class RPath(RORPath): Line 776  class RPath(RORPath):
776                  self.conn.os.mkdir(self.path)                  self.conn.os.mkdir(self.path)
777                  self.setdata()                  self.setdata()
778    
779            def makedirs(self):
780                    log.Log("Making directory path " + self.path, 6)
781                    self.conn.os.makedirs(self.path)
782                    self.setdata()
783    
784          def rmdir(self):          def rmdir(self):
785                  log.Log("Removing directory " + self.path, 6)                  log.Log("Removing directory " + self.path, 6)
786                  self.conn.os.rmdir(self.path)                  self.conn.os.rmdir(self.path)

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

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