- Sep 09, 2011
-
-
Ehsan Akhgari authored
Improve the parsing of author lines from Mercurial to generate committer and author lines that git can correctly understand Signed-off-by:
Ehsan Akhgari <ehsan.akhgari@gmail.com> --- I found a number of bugs when I was trying to convert Mozila's hg repository to git using hg-git. This patch fixes a number of bugs with irregular author lines present in hg repositories. Git cannot correctly process a commit object which has a committer or author line in a format that it does not understand, which makes it not be able to handle the repositories with have such commit objects. The added test cases shows the irregular cases that this patch is able to deal with.
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
'hg incoming' causes getremotechanges to be called with revs as a positional argument, which we were not correctly catching here.
-
Augie Fackler authored
-
- Jul 19, 2011
-
-
Augie Fackler authored
-
- Jun 19, 2011
-
-
Augie Fackler authored
-
- Jun 17, 2011
-
-
Augie Fackler authored
-
- Jul 17, 2011
-
-
Augie Fackler authored
-
- Jul 14, 2011
-
-
mcc authored
In some situations where a reference is being used but does not exist in _map_git or _map_hg, silently skip the reference rather than throwing an error. This allows hg outgoing to work on repositories which do not contain any revisions at all.
-
- Jul 15, 2011
-
-
Scott Chacon authored
-
- Jul 13, 2011
-
-
Augie Fackler authored
-
Junichi OKADOME authored
-
- Jun 23, 2011
-
-
Brendan Cully authored
The wrapped version of findoutgoing unconditionally mangled the keyword arguments, but doesn't do version fixups unless the remote is a git repository. This change only mangles the argument list when the remote is a git repository.
-
- Jun 17, 2011
-
-
Augie Fackler authored
-
Brendan Cully authored
I accidentally broke transplant by making revs a required argument.
-
- Jun 16, 2011
-
-
Brendan Cully authored
Breaks most tests cosmetically, but for the better.
-
- Jun 01, 2011
-
-
Augie Fackler authored
-
- May 31, 2011
-
-
Brendan Cully authored
With this patch, incoming against a git repo returns "no changes found" with hg <= 1.6.
-
- May 24, 2011
-
-
Brendan Cully authored
-
- May 25, 2011
-
-
Augie Fackler authored
-
- May 24, 2011
-
-
Christian Walther authored
-
- May 22, 2011
-
-
Christian Walther authored
First one currently fails.
-
Christian Walther authored
Currently fails.
-
- May 24, 2011
-
-
Augie Fackler authored
-
- May 23, 2011
-
-
Brendan Cully authored
This makes hg clone src dst create the correct default path when src is a local path.
-
César Izurieta authored
-
- May 21, 2011
-
-
Adrian Sampson authored
-
Adrian Sampson authored
-
- May 20, 2011
-
-
Brendan Cully authored
Testing against the k-9 repository I realized I am counting too many references as changed after a pull.
-
- May 18, 2011
-
-
Brendan Cully authored
Returns the number of changed heads (refs). Uses the same "no changes found" message.
-
Augie Fackler authored
-
Brendan Cully authored
fetch_pack was needlessly walking every ref even when the refs were already known locally.
-
Brendan Cully authored
With recent changes to dulwich, this exception occurs in more places.
-
Augie Fackler authored
-