Changeset 4339
- Timestamp:
- 09/25/08 08:51:33 (2 months ago)
- Files:
-
- svnsyncplugin/0.11/svnsyncplugin/svnsync.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
svnsyncplugin/0.11/svnsyncplugin/svnsync.py
r4076 r4339 17 17 verbose = kw.get('verbose', True) 18 18 if verbose: 19 print '> %s' % command19 print '> %s' % str(command) 20 20 try: 21 21 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
