Changeset 1899 for trunk/scripts


Ignore:
Timestamp:
Dec 25, 2008, 3:11:21 AM (15 years ago)
Author:
broder
Message:

Remove the refs/original from the first round of filter-branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/git-migration/git-migrate

    r1898 r1899  
    7474                               '--all'],
    7575                              cwd='%s.git' % pkg)
     76   
     77    shutil.rmtree('%s.git/refs/original' % pkg, True)
    7678   
    7779    tagBase(pkg)
Note: See TracChangeset for help on using the changeset viewer.