Commit Graph

4 Commits

Author SHA1 Message Date
Rocco Rutte
61bb1cb707 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>
2007-03-08 11:16:28 +00:00
Rocco Rutte
cdb66d3298 Add --quiet option passed to git-fast-import(1)
Signed-off-by: Rocco Rutte <pdmef@gmx.net>
2007-03-07 11:24:59 +00:00
Rocco Rutte
95e06a1f56 Fix wrapper script for branches with slahes
Use git-branch(1) instead of ls(1) for getting branch names.
2007-03-06 19:51:15 +00:00
Rocco Rutte
9832035614 Initial import
This is the initial import of 'hg2git' being a converter which feeds a
hg repository into git-fast-import(1).
2007-03-06 17:00:25 +00:00