This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a39aedcdf [Utils] Add back utils directory new 0e8871d18 [utils] Remove sync-source (with SVN)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: utils/sync-source/README.txt | 293 ------------------------ utils/sync-source/lib/transfer/__init__.py | 0 utils/sync-source/lib/transfer/protocol.py | 8 - utils/sync-source/lib/transfer/rsync.py | 61 ----- utils/sync-source/lib/transfer/transfer_spec.py | 12 - utils/sync-source/pylintrc | 2 - utils/sync-source/syncsource.py | 270 ---------------------- 7 files changed, 646 deletions(-) delete mode 100644 utils/sync-source/README.txt delete mode 100644 utils/sync-source/lib/transfer/__init__.py delete mode 100644 utils/sync-source/lib/transfer/protocol.py delete mode 100644 utils/sync-source/lib/transfer/rsync.py delete mode 100644 utils/sync-source/lib/transfer/transfer_spec.py delete mode 100644 utils/sync-source/pylintrc delete mode 100644 utils/sync-source/syncsource.py