Skip to content
Snippets Groups Projects
  1. Jun 14, 2020
  2. 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
  3. Jun 11, 2020
  4. Jun 13, 2020
  5. Jun 12, 2020
  6. May 13, 2020
  7. May 10, 2020
  8. May 13, 2020
  9. May 12, 2020
  10. 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
  11. May 10, 2020
  12. Jun 03, 2019
  13. May 08, 2020
  14. May 03, 2020
  15. Dec 23, 2019
  16. Mar 06, 2020
  17. Mar 07, 2020
  18. May 08, 2020
  19. May 03, 2020
Loading