- Oct 25, 2012
-
-
David M. Carr authored
This change wraps hg.peer to allow for capturing the repo object. It is then passed in to new gitrepo instanceds. This will be needed to implement later functionality, such as richer bookmark support using pushkeys.
-
- Sep 28, 2012
-
-
David M. Carr authored
Mercurial has support for including information about the tested versions of Mercurial for an extension when it detects that an extension has broken. This change includes the appropriate attribute in the extension.
-
David M. Carr authored
Mercurial has support for including a link to an issue tracker when it detects that an extension has broken. This change includes the appropriate attribute in the extension, pointing it at the issue tracker for the main BitBucket repo.
-
- Sep 13, 2012
-
-
David M. Carr authored
-
- Aug 23, 2012
-
-
David M. Carr authored
Support for Hg 1.5.4 was removed, as it doesn't support revsets and is older than the earliest version we want to put special effort into supporting.
-
David M. Carr authored
-
David M. Carr authored
-
- Jan 27, 2012
-
-
Augie Fackler authored
-
- Oct 05, 2011
-
-
Dan Villiom Podlaski Christiansen authored
I have tested this with unauthenticated pulls from Bitbucket. Authentication appears broken; I suspect this is a limitation in Dulwich.
-
- Sep 09, 2011
-
-
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.
-
- 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
-
-
Brendan Cully authored
I accidentally broke transplant by making revs a required argument.
-
- May 24, 2011
-
-
Brendan Cully authored
-
- May 15, 2011
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Apr 05, 2011
-
-
kiilerix 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
-
- Oct 29, 2010
-
-
Augie Fackler authored
-
- Aug 15, 2010
-
-
Augie Fackler authored
-
- Jul 30, 2010
-
-
Augie Fackler authored
-
- Jun 13, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Apr 30, 2010
-
-
Augie Fackler authored
-
- Mar 28, 2010
-
-
Augie Fackler authored
-
- Mar 26, 2010
-
-
Augie Fackler authored
This adds a new command, which is inelegant, but it lets you safely pick up pulling fairly quickly.
-
Augie Fackler authored
-
Augie Fackler authored
-
- Jan 12, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Oct 26, 2009
-
-
Lincoln Stoll authored
-
- Oct 25, 2009
-
-
Augie Fackler authored
-
- Oct 08, 2009
-
-
kiilerix authored
This also fixes git.intree support
-
- Sep 30, 2009
-
-
Kevin Bullock authored
(patch tweaked slightly by Augie Fackler)
-
- Sep 26, 2009
-
-
Augie Fackler authored
-
- Jul 23, 2009
-
-
Abderrahim Kitouni authored
-
- Jul 05, 2009
-
-
Abderrahim Kitouni authored
-
- Jul 01, 2009
-
-
Abderrahim Kitouni authored
hg-git should no longer conflict with hgsubversion
-