hg2git.py: Use git-rev-parse to get SHA1s instead of reading files below refs/ directly
commit3d1f111d302627f93be619088c9d214d4755119b
authorRocco Rutte <pdmef@gmx.net>
Mon, 22 Oct 2007 07:48:48 +0000 (22 09:48 +0200)
committerRocco Rutte <pdmef@gmx.net>
Mon, 22 Oct 2007 07:48:48 +0000 (22 09:48 +0200)
treeb77d35d79e1b2d7aea6a61bf6738f87df1be645b
parentfb5cd150a65820f471e20844ba4838a0242ad49f
hg2git.py: Use git-rev-parse to get SHA1s instead of reading files below refs/ directly

This should now also properly support packed refs.

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
hg2git.py