Johannes Schindelin
e91da96893
remote-hg: Postel's law dictates we should handle Author<author@mail>
...
We should handle a missing space before the email part of an author ident
gracefully. See for example the icedtea6 repository.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2012-05-03 11:24:54 -05:00
Michael J Gruber
6d4bb42b5a
remote-hg: adjust to hg 1.9
...
hg 1.0 changed the signature of hg.clone(). Adjust to it.
A real fix would need to check the hg version or try/catch.
2012-05-03 11:23:14 -05:00
Sverre Rabbelier
1add01b56f
git-remote-hg: add GitExporter/GitImporter/NonLocalGit
...
This is inftrastructure required to implement git-remote-hg.
2012-05-03 11:23:14 -05:00
Sverre Rabbelier
e2cf074072
git-remote-hg: add hgexport, an hg-fast-export equivalent
...
This class will be used by git-remote-hg to do the heavy lifting.
2012-05-03 11:23:13 -05:00
Sverre Rabbelier
af48b93b72
git-remote-hg: add GitHg, a helper class for converting hg commits to git
...
This class will be used by HgExport.
2012-05-03 11:23:13 -05:00
Sverre Rabbelier
e1096003dc
git-remote-hg: add hgimport, an hg-fast-import equivalent
...
This class will be used by git-remote-hg to do the heavy lifting.
2012-05-03 11:23:13 -05:00