Skip to content
Snippets Groups Projects
  1. Jul 23, 2020
    • Manuel Jacob's avatar
      compat: fix compatibility with upstream Mercurial · bf279164
      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.
      bf279164
  2. Jun 11, 2020
  3. Jun 13, 2020
  4. Jun 12, 2020
  5. May 13, 2020
  6. May 10, 2020
  7. May 13, 2020
  8. May 12, 2020
  9. May 11, 2020
    • Manuel Jacob's avatar
      py3: fix hanging read of SSH subprocesses · 7faec0dd
      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.
      7faec0dd
  10. May 10, 2020
  11. Jun 03, 2019
  12. May 08, 2020
  13. May 03, 2020
  14. Dec 23, 2019
  15. Mar 06, 2020
  16. Mar 07, 2020
  17. May 08, 2020
  18. May 03, 2020
  19. May 04, 2020
  20. May 03, 2020
Loading