hg2git.py: Fix typo saving status to headsfile instead of statusfile
commit20b4ca920b8b9031818a961a88b5b3f6f75e07ee
authorRocco Rutte <pdmef@gmx.net>
Mon, 12 Mar 2007 08:13:40 +0000 (12 08:13 +0000)
committerRocco Rutte <pdmef@gmx.net>
Mon, 12 Mar 2007 08:13:40 +0000 (12 08:13 +0000)
tree52a92acf0f7eb828f4642dcb10c121bde082def9
parent80f028a16c51bef1284984941e8e248b42cd55d7
hg2git.py: Fix typo saving status to headsfile instead of statusfile

This broke incremental imports as hg2git.sh wrapper overwrites headsfile
with current values after the import is done.

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