Changeset 1892
- Timestamp:
- Dec 24, 2008, 11:33:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/git-migrate
r1891 r1892 41 41 42 42 def mergeHistory(old_pkg, new_pkg, n): 43 cwd = os.getcwd()44 43 subprocess.check_call(['git', 'push', 45 ' file:///%s/%s.git' % (cwd, new_pkg),44 '../%s.git' % new_pkg, 46 45 'master:refs/heads/%s' % old_pkg], 47 46 cwd='%s.git' % old_pkg)
Note: See TracChangeset
for help on using the changeset viewer.