summaryrefslogtreecommitdiff
path: root/Tools/scripts/treesync.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-17 08:48:39 +0000
committerTim Peters <tim.peters@gmail.com>2001-01-17 08:48:39 +0000
commit9d16f67d9e947bc9da237e0347e60ce6991a1ada (patch)
treeb22614038c9da9aaf5489c3a446e4859f194fa90 /Tools/scripts/treesync.py
parentdb733a769ab01e863fcb494eea47f2eff1004e65 (diff)
downloadcpython-9d16f67d9e947bc9da237e0347e60ce6991a1ada.tar.gz
Whitespace normalization.
Diffstat (limited to 'Tools/scripts/treesync.py')
-rwxr-xr-xTools/scripts/treesync.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/treesync.py b/Tools/scripts/treesync.py
index ded0b1707b..96beba0007 100755
--- a/Tools/scripts/treesync.py
+++ b/Tools/scripts/treesync.py
@@ -17,7 +17,7 @@ entry in the master tree are synchronized. This means:
copy the slave to the master
else (the master is newer):
copy the master to the slave
-
+
normalizing the slave means replacing CRLF with LF when the master
doesn't use CRLF
@@ -59,7 +59,7 @@ def main():
print "slavedir masterdir"
return
process(slave, master)
-
+
def process(slave, master):
cvsdir = os.path.join(master, "CVS")
if not os.path.isdir(cvsdir):