Skip to content
Snippets Groups Projects
  1. Mar 13, 2019
    • Pierre-Yves David's avatar
      overlayrepo: handle revnum for __getitem__ · 201b202d
      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.
      201b202d
    • Pierre-Yves David's avatar
      gitrepo: fake the batchable peer API harder · 88022951
      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.
      88022951
  2. Feb 23, 2019
  3. Dec 02, 2018
  4. Nov 08, 2018
    • Alain Leufroy's avatar
      compat: fix for hg 4.8 · ae6b1ba7
      Alain Leufroy authored
      089fc0db0954 introduced a new `createopts` parameter.
      
      `hggit` does not support repository creation, so we can just ignore
      it.
      ae6b1ba7
  5. Oct 19, 2018
  6. Oct 15, 2018
  7. Feb 08, 2018
  8. Feb 02, 2018
  9. Sep 18, 2018
  10. May 28, 2018
  11. May 24, 2018
  12. May 03, 2018
  13. May 17, 2018
  14. Mar 21, 2018
  15. May 01, 2018
  16. Feb 24, 2018
  17. Nov 29, 2017
Loading