- Nov 06, 2018
-
-
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
-
- Feb 08, 2018
-
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
Kevin Bullock authored
-
- Feb 02, 2018
-
-
Kevin Bullock authored
-
Kevin Bullock authored
The format is: # COMPAT: hg X.Y - description of change that affects this block
-
- Sep 18, 2018
-
-
Arne Babenhauserheide authored
This uses try-except to have a fastpath for the 4.7 API. Thanks to Pierre-Yves David.
-
- May 28, 2018
-
-
Paul Morelle authored
Reverts and replaces 58c61489f722 which had an error in tests with hg 4.5
-
- May 24, 2018
-
-
Sean Farley authored
Without doing this, we get test failures due to core Mercurial methods (e.g. context.obsolete, context.orphan, etc) access self._repo. If we didn't go this route, we'd need to change core to (correctly) call self.repo() instead of _repo.
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
For now, we just import when this method is called since only newer versions of Mercurial will be calling it.
-
- May 03, 2018
-
-
Kevin Bullock authored
-
- May 17, 2018
-
-
Paul Morelle authored
As stated in https://phab.mercurial-scm.org/D3037, repo.__getitem__ should be used instead of repo.changectx, which was removed.
-
Paul Morelle authored
-
- Mar 21, 2018
-
-
Paul Morelle authored
https://phab.mercurial-scm.org/D2003 Mercurial version 4.6 will introduce a refactoring of the utils.py file into smaller files, starting with dateutil.py. This change prepares this move so that the warnings won't break the tests.
-
- May 01, 2018
-
-
Kevin Bullock authored
-
- Feb 24, 2018
-
-
Kevin Bullock authored
-