Changeset 1891 for trunk/scripts
- Timestamp:
- Dec 24, 2008, 11:33:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/git-migration/git-migrate
r1890 r1891 28 28 # Some of these repos have a rev where everything was deleted 29 29 # as a result of the move. We don't want that rev to exist. 30 p = subprocess.Popen(['git', 'ls- files'],30 p = subprocess.Popen(['git', 'ls-tree', 'HEAD'], 31 31 cwd='%s.git' % pkg, 32 32 stdout=subprocess.PIPE)
Note: See TracChangeset
for help on using the changeset viewer.