Skip to content
Snippets Groups Projects
  1. Jun 12, 2020
    • Manuel Jacob's avatar
      py3: avoid using repr() on bytes · dd6700b0
      Manuel Jacob authored
      We didn’t realize that this was broken because tests/test-illegal-contents.t is
      skipped on the CI.
      
      The change is similar to 503e9abfd50e.
      
      As can be seen in the doctest, this changes output of non-ASCII characters. I
      argue that the new output is better than the old because the old output exposed
      an implementation detail (the repr() function of Python) while the new output
      is something that can be copied and passed to other programs.
      dd6700b0
    • Manuel Jacob's avatar
      git_handler: fix pycompat.ospathsep -> pycompat.ossep · 5fd70a8a
      Manuel Jacob authored
      The mistake was introduced in 9d735570322d and we didn’t realize because
      tests/test-illegal-contents.t is skipped on the CI.
      5fd70a8a
  2. May 13, 2020
  3. May 10, 2020
  4. May 13, 2020
  5. May 12, 2020
  6. 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
  7. May 10, 2020
  8. Jun 03, 2019
  9. May 08, 2020
  10. May 03, 2020
  11. Dec 23, 2019
  12. Mar 06, 2020
  13. Mar 07, 2020
  14. May 08, 2020
  15. May 03, 2020
  16. May 04, 2020
  17. May 03, 2020
  18. May 08, 2020
  19. May 03, 2020
  20. Mar 06, 2020
Loading