- 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
-
- Nov 02, 2010
-
-
Augie Fackler authored
-
- Oct 29, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Oct 24, 2010
-
-
Mike Blume authored
-
Mike Blume authored
-
- Aug 25, 2010
-
-
Augie Fackler authored
-
Dan Villiom Podlaski Christiansen authored
-
- Aug 15, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
This lets us detect defects in our wrappers which would break Mercurial when working against normal hg repositories with hg-git enabled.
-
Augie Fackler authored
-
- Jul 20, 2010
-
-
Dan Villiom Podlaski Christiansen authored
-
- Aug 15, 2010
-
-
Augie Fackler authored
-
- Jul 30, 2010
-
-
Augie Fackler authored
-