diff options
Diffstat (limited to 'Tools/scripts/treesync.py')
-rwxr-xr-x | Tools/scripts/treesync.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/treesync.py b/Tools/scripts/treesync.py index ded0b17..96beba0 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): |