Skip to content
Snippets Groups Projects
  1. Oct 06, 2019
  2. Oct 05, 2019
  3. Sep 27, 2019
  4. Sep 29, 2019
  5. Sep 26, 2019
  6. Sep 25, 2019
  7. May 20, 2019
  8. Sep 17, 2019
  9. Sep 16, 2019
    • Gregory Szorc's avatar
      zstandard: vendor python-zstandard 0.12 · 69de49c4e39c
      Gregory Szorc authored
      The upstream source distribution from PyPI was extracted. Unwanted
      files were removed.
      
      The clang-format ignore list was updated to reflect the new source
      of files.
      
      test-repo-compengines.t was updated to reflect a change in behavior
      of the zstd library.
      
      The project contains a vendored copy of zstandard 1.4.3. The old
      version was 1.3.8. This should result in some minor performance wins.
      
      # no-check-commit because 3rd party code has different style guidelines
      
      Differential Revision: https://phab.mercurial-scm.org/D6858
      69de49c4e39c
  10. Sep 09, 2019
    • Connor Sheehan's avatar
      highlight: fix encoding issues to enable Py3 compatibility · a7abc6081bc5
      Connor Sheehan authored
      This commit fixes various encoding issues with the `highlight` extension
      to enable compatibility with Python 3. Python `.encode()` and `.decode()`
      requires the target encoding to be passed as a `str`, so the value of
      `mercurial.encoding.encoding` must be converted before passing to the
      function. Pygments also assumes the `str` type for values it works with,
      so we must perform conversions before and after receiving values from its
      APIs.
      
      After applying this patch, `test-highlight.t` passes under Python 3. We
      add it to `python3-whitelist` as well.
      
      Tested with Pygments 2.4.2.
      
      Differential Revision: https://phab.mercurial-scm.org/D6832
      a7abc6081bc5
  11. Sep 06, 2019
  12. Sep 07, 2019
  13. Aug 22, 2019
  14. Aug 20, 2019
  15. Aug 17, 2019
  16. Aug 25, 2019
  17. Aug 19, 2019
Loading