Skip to content
Snippets Groups Projects
  1. Aug 06, 2020
    • Georges Racinet's avatar
      Setting version for 0.9.0 · c17c6c915646
      Georges Racinet authored
      0.9.0
      c17c6c915646
    • Georges Racinet's avatar
      metadata: Mercurial 5.5 is supported · 70484a237a2c
      Georges Racinet authored
      We don't have a dedicated CI job for hg 5.5 right now, but the
      stable branch plays that role for now. Excerpts from a recent succesful
      pipeline:
      
        tests-py2-hg-stable:
          env HGRCPATH= python2 hg version
          Mercurial Distributed SCM (version 5.5+2-3d414dce2d40)
      
        tests-py3-hg-stable:
          env HGRCPATH= python3 hg version
          Mercurial Distributed SCM (version 5.5+2-3d414dce2d40)
      70484a237a2c
  2. Jun 14, 2020
  3. Jul 23, 2020
    • Manuel Jacob's avatar
      compat: fix compatibility with upstream Mercurial · bf279164db2b
      Manuel Jacob authored
      Mercurial changeset 3b7aabd02e11 changed some code from `repo[ctx.p1().node()]`
      to `ctx.p1()`. `ctx.p1()` is using `ctx._parents`. The base class’s `_parents`
      returns instances of type `changectx` instead of `overlaychangectx`, leading to
      a crash later. Therefore we override `_parents` instead of `parents()`.
      
      The base class’s `parents()` method returns `self._parents`, so the return value
      of `parents()` is unchanged.
      bf279164db2b
  4. Jun 11, 2020
  5. Jun 13, 2020
  6. Jun 12, 2020
  7. May 13, 2020
  8. May 10, 2020
  9. May 13, 2020
  10. May 12, 2020
  11. May 11, 2020
    • Manuel Jacob's avatar
      py3: fix hanging read of SSH subprocesses · 7faec0ddfad7
      Manuel Jacob authored
      Previously, reading from SSH subprocesses did’t return on Python 3. Dulwich
      passes bufsize=0 to subprocess.Popen (default on Python 2, but not Python 3).
      Doing the same in hg-git fixed the issue.
      7faec0ddfad7
  12. May 10, 2020
  13. Jun 03, 2019
  14. May 08, 2020
  15. May 03, 2020
  16. Dec 23, 2019
  17. Mar 06, 2020
  18. Mar 07, 2020
  19. May 08, 2020
  20. May 03, 2020
Loading