From: Evan Broder Date: Mon, 29 Dec 2008 03:19:00 +0000 (-0500) Subject: Fix the RouteFS git import. X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/commitdiff_plain/0557570b9210d60dfc4158cc1f7330274b20cda9 Fix the RouteFS git import. svn path=/trunk/scripts/git-migration/; revision=1939 --- diff --git a/git-migrate-fast.sh b/git-migrate-fast.sh index a7f2ab2..a0b32c6 100755 --- a/git-migrate-fast.sh +++ b/git-migrate-fast.sh @@ -48,10 +48,9 @@ rm -rf info/grafts refs/original popd pushd packages/python-routefs.git -git fetch git://github.com/ebroder/python-routefs.git debian:refs/heads/debian -git tag -f 1.0.1-1 2fc1d90 +git fetch -t git://github.com/ebroder/python-routefs.git +git branch -f upstream 1.0.1 git branch -f master 1.0.1-1 -git branch -d debian popd echo