hg-fast-export: Support branches without parents
commit688623f17e60e713ad687fee62cdbe3cecace3cd
authorRocco Rutte <pdmef@gmx.net>
Tue, 27 Jan 2009 14:34:46 +0000 (27 15:34 +0100)
committerRocco Rutte <pdmef@gmx.net>
Tue, 27 Jan 2009 14:34:46 +0000 (27 15:34 +0100)
tree8e62dc28a96cd7c8e65712e404902147ba4e3a58
parentd6cd058bb300e77eb8dc43357ed65bf5e2e648d0
hg-fast-export: Support branches without parents

Previously we fed the full revision only for the first one and deltas
for all following including branches being forked off. This doesn't work
with branches that are forked from revision 0. In case such a branch is
found, we now also feed the full revision.

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
hg-fast-export.py