[CalendarServer-changes] [8048] CalendarServer/trunk/contrib/migration/calendarmigrator.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 6 09:45:25 PDT 2011


Revision: 8048
          http://trac.macosforge.org/projects/calendarserver/changeset/8048
Author:   sagen at apple.com
Date:     2011-09-06 09:45:25 -0700 (Tue, 06 Sep 2011)
Log Message:
-----------
Fixing comment typos

Modified Paths:
--------------
    CalendarServer/trunk/contrib/migration/calendarmigrator.py

Modified: CalendarServer/trunk/contrib/migration/calendarmigrator.py
===================================================================
--- CalendarServer/trunk/contrib/migration/calendarmigrator.py	2011-09-02 20:04:19 UTC (rev 8047)
+++ CalendarServer/trunk/contrib/migration/calendarmigrator.py	2011-09-06 16:45:25 UTC (rev 8048)
@@ -654,7 +654,6 @@
 
     log("RelocateData: sourceRoot=%s, targetRoot=%s, oldServerRootValue=%s, oldCalDocumentRootValue=%s, oldCalDataRootValue=%s, oldABDocumentRootValue=%s, uid=%d, gid=%d" % (sourceRoot, targetRoot, oldServerRootValue, oldCalDocumentRootValue, oldCalDataRootValue, oldABDocumentRootValue, uid, gid))
 
-
     if oldServerRootValue:
         newServerRootValue = oldServerRootValue
         # Source is Lion; see if ServerRoot refers to an external volume
@@ -697,7 +696,7 @@
     # Old Calendar DocumentRoot
     if oldCalDocumentRootValueProcessed:
         if diskAccessor.exists(oldCalDocumentRootValueProcessed):
-            # Must be on an external volume if we see it existing at the point
+            # Must be on an external volume if we see it existing at this point
             # so don't copy it
             newDocumentRoot = newDocumentRootValue = oldCalDocumentRootValueProcessed
         elif diskAccessor.exists(absolutePathWithRoot(sourceRoot, oldCalDocumentRootValueProcessed)):
@@ -710,7 +709,7 @@
     # Old Calendar DataRoot
     if oldCalDataRootValueProcessed:
         if diskAccessor.exists(oldCalDataRootValueProcessed):
-            # Must be on an external volume if we see it existing at the point
+            # Must be on an external volume if we see it existing at this point
             # so don't copy it
             newDataRootValue = oldCalDataRootValueProcessed
         elif diskAccessor.exists(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110906/45e804d1/attachment.html>


More information about the calendarserver-changes mailing list