Changeset 1868 for trunk/scripts/git-migration/git-migrate
- Timestamp:
- Dec 22, 2008, 2:19:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/git-migrate
r1866 r1868 7 7 # Use --no-follow-parent because we're going to handle that with 8 8 # grafts. 9 subprocess.c all(['git', 'svn', 'clone', '--no-follow-parent', '%s/packages/%s' % (base, pkg)],9 subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent', '%s/packages/%s' % (base, pkg)], 10 10 stdout=subprocess.PIPE) 11 11
Note: See TracChangeset
for help on using the changeset viewer.