- 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
-
Brendan Cully authored
Only show importing/exporting messages when there is something to do. Change "importing Hg objects into Git" to "exporting hg objects to git" (and lowercase the other direction).
-
- May 17, 2011
-
-
Brendan Cully authored
With this patch, attempts to push (or run outgoing) to read-only git URLs at github return github's helpful error message instead of just saying the remote end hung up.
-
- May 15, 2011
-
-
Augie Fackler authored
These test changes should make it easier to see what's still broken in 1.8 and 1.9. Ideally, we'll drop pre-1.8 versions soon and rip most of this out, but I'm not sure how realistic that is in the short term.
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
Makes interrupting a test run more graceful and overall less frustrating.
-
- May 11, 2011
-
-
Adrian Sampson authored
-
Adrian Sampson authored
-
- Apr 05, 2011
-
-
kiilerix authored
-
- Mar 24, 2011
-
-
Augie Fackler authored
-
- Mar 22, 2011
-
-
Dmitry Gladkov authored
-
- Mar 23, 2011
-
-
DontCare4Free authored
-
DontCare4Free authored
Made hggit.git_handler.get_changed_refs try to use commands.bookmark before trying with bookmarks.bookmark, for compatibility with Mercurial 1.8+.
-
- Mar 01, 2011
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Feb 24, 2011
-
-
Kevin Bullock authored
-