- Aug 01, 2019
-
-
Pierre-Yves David authored
The message case got fixed in 5.0. So we need to match both version.
-
- May 19, 2019
-
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
- May 16, 2019
-
-
Kevin Bullock authored
-
- May 03, 2019
-
-
muxator authored
To keep names consistent, let's mimic what mercurial has done in 5.0, and rename the keyword parameter "copied" to "copysource" in memctx(). No functional changes.
-
muxator authored
Mercurial 5.0 renamed a parameter for memctx() in commit 550a172a603b (memctx: rename constructor argument "copied" to "copysource"). This commit keeps a fast path for 5.0, and continues supporting older mercurial versions as before.
-
muxator authored
This change introduces support for trying keywords arguments as well as positional parameters when calling context.memfilectx(). This commit is infrastructure for the next one, no functional changes.
-
muxator authored
Next commits will make the code more generic, so let's start using a more generic name, too.
-
muxator authored
- (repo, path, data): landed in 3.1. Introduced by mercurial 503bb3af70fe (2013-08-15) - (repo, changectx, path, data): landed in 4.5. Introduced by mercurial 8a0cac20a1ad (2017-12-11)
-
- Nov 06, 2018
-
-
muxator authored
Replace Augie with Kevin as maintainer
-
muxator authored
before: http://hg-git.github.com after: https://hg-git.github.io
-
- Mar 18, 2019
-
-
Kevin Bullock authored
-
Kevin Bullock authored
-
- Mar 13, 2019
-
-
Pierre-Yves David authored
We need this for hg-git to work with Mercurial 4.9.
-
Pierre-Yves David authored
In version 4.9, core Mercurial rely on having `repo[revnum]` working. So we implement support for that in the hg-git overlay.
-
Pierre-Yves David authored
Since 4.9, mercurial has strong expectation about `peer.lookup` being a batchable wire protocol command. So we need to actually "implement" that in our fake peer. The API is now compatible with that, backed by an hollow implementation. Since the peer is not doing any network operation, we don't need any actual code.
-
- Feb 23, 2019
-
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
- Dec 02, 2018
-
-
Kevin Bullock authored
-
Kevin Bullock authored
-
- Nov 08, 2018
-
-
Alain Leufroy authored
089fc0db0954 introduced a new `createopts` parameter. `hggit` does not support repository creation, so we can just ignore it.
-
- Oct 19, 2018
-
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
- Oct 15, 2018
-
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
- Feb 08, 2018
-
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-