- 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
-
- Feb 22, 2011
-
-
timeless developer authored
-
- Feb 15, 2011
-
-
Alexey Sokolov authored
Previous commit (hg-663973c89351) assumed that there's nothing between 1.6 and 1.7 But 1.6.3 is more than 1.6, while still less than 1.7
-
- Feb 09, 2011
-
-
jsumners authored
I found that `inspect.getargspec(discovery.findoutgoing)[0]` was returning `[]` instead of the expected function definition. Since the change occurred between Mercurial 1.6 and 1.7, a simple version check works instead. This fixes https://github.com/schacon/hg-git/issues/issue/168
-
- Dec 25, 2010
-
-
kiilerix authored
This allows ui.ssh to be configured with a command line fragment instead of just the name of an executable.
-
- Dec 23, 2010
-
-
Augie Fackler authored
-
- Dec 22, 2010
-
-
Tay Ray Chuan authored
This allows Windows users to override dulwich's default (the unix-y ssh).
-
- Dec 21, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
Previously, we appended to .hg/localtags on every pull. This meant that we never deleted refs that disappeared on the remote server, and the file length grew without bound. Now we use our own file (.hg/git-remote-refs) and we do prune refs that disappear from the remote server.
-
- Nov 16, 2010
-
-
Augie Fackler authored
-