hg2git.py: For the first revision, feed out full manifest
commit5732cd0313c28dbd5c1868525b0659946e05992e
authorRocco Rutte <pdmef@gmx.net>
Tue, 13 Mar 2007 10:59:22 +0000 (13 10:59 +0000)
committerRocco Rutte <pdmef@gmx.net>
Tue, 13 Mar 2007 10:59:22 +0000 (13 10:59 +0000)
tree4d77783a7af1603f87d43c1e5ddd8821f08d9b2e
parent191928202b5156a466f2c3ec200ae7058e4ea889
hg2git.py: For the first revision, feed out full manifest

For the mutt and hg repos, it didn't make a difference, but attempting
to run the conversion on the opensolaris repo looks like this is needed.

When we attempt to export some commit, special-case the revision number
0 and export all files the manifest has while labeling this a "full
revision export". Otherwise we do what we did before labeling this a
"delta revision export".

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