- 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
-
Augie Fackler authored
-
- Jul 05, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
- Jun 18, 2010
-
-
Augie Fackler authored
-
- Jun 13, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
- Jun 02, 2010
-
-
Tay Ray Chuan authored
Use an exact match with the ref name ('foo' in 'refs/heads/foo'), instead of just checking if it ended with '/foo'. This allows $ hg pull -r foo to run successfully on a repo containing the branches - 'foo', - 'mine/foo', - 'theirs/foo'
-
- Jun 13, 2010
-
-
Augie Fackler authored
-
- May 19, 2010
-
-
Benoit Allard authored
-
- Jun 13, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-