scripts/release/subversion.py
changeset 1888 ef350db7f753
parent 1849 f8728d5e2e07
--- a/scripts/release/subversion.py	Sun Mar 15 22:32:05 2009 +0000
+++ b/scripts/release/subversion.py	Mon Mar 16 11:57:50 2009 +0000
@@ -28,6 +28,7 @@
     '"David Anderson" <dave@natulte.net>',
     ]
 
+
 import error
 import util
 
@@ -35,16 +36,15 @@
 def export(url, revision, dest_path):
   """Export the contents of a repository to a local path.
 
-  Note that while the underlying 'svn export' only requires a URL, we
-  require that both a URL and a revision be specified, to fully
+  Note that while the underlying 'svn export' only requires a URL, 
+  we require that both a URL and a revision be specified, to fully
   qualify the data to export.
 
   Args:
     url: The repository URL to export.
     revision: The revision to export.
     dest_path: The destination directory for the export. Note that
-               this is an absolute path, NOT a working copy relative
-               path.
+      this is an absolute path, NOT a working copy relative path.
     """
   assert os.path.isabs(dest_path)
   if os.path.exists(dest_path):
@@ -130,7 +130,6 @@
       path: The working copy path to scan.
 
     Returns:
-
       Two lists. The first is a list of all unknown paths
       (subversion has no knowledge of them), the second is a list
       of missing paths (subversion knows about them, but can't