Author: damoxc
Revision: 5835
Log:
ignore externals when checking svn status
Diff:
Modified: merge_changes.py
===================================================================
--- merge_changes.py 2009-10-12 09:53:13 UTC (rev 5834)
+++ merge_changes.py 2009-10-12 16:43:46 UTC (rev 5835)
@@ -16,7 +16,7 @@
branch='1.2_RC'
files = []
-p = Popen(['svn', 'status'], stdout=PIPE)
+p = Popen(['svn', 'status', '--ignore-externals'], stdout=PIPE)
directories = []
trunk_files = []
for line in p.stdout:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---