hg2git.sh: Try to get last hg repo url from state file
commit61bb1cb70794df21b626159ff164839d7915907e
authorRocco Rutte <pdmef@gmx.net>
Thu, 8 Mar 2007 11:16:28 +0000 (8 11:16 +0000)
committerRocco Rutte <pdmef@gmx.net>
Thu, 8 Mar 2007 11:16:28 +0000 (8 11:16 +0000)
tree5a97777f56be6cc4d8bea0c518d75c932154d63f
parente2edb79bc2c2168aa7e656502a480d1a24190a24
hg2git.sh: Try to get last hg repo url from state file

As one usually mirrors a git repo based on the same hg repo, it's
annoying having to specify the hg repo url all the time. Since we
intentionally stored the url in the state file already, use in the
shell wrapper and default to it.

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