Skip to content
Snippets Groups Projects
  1. May 26, 2020
  2. May 18, 2020
  3. May 26, 2020
  4. May 14, 2020
    • Manuel Jacob's avatar
      setup: raise minimum Python version to 2.7.4 · 91e509a1
      Manuel Jacob authored
      On older Python versions, Mercurial is not really usable because of
      https://bugs.python.org/issue10211.
      
      Recently someone reported a crash on the mailing list when running Mercurial
      on Python 2.7.3. There was consensus that fixing compatibility for a Python
      version more than 7 years old is not worth it. So, instead of making Mercurial
      crash with an obscure exception, this patch raises the minimum Python version
      to 2.7.4.
      91e509a1
  5. May 19, 2020
    • Connor Sheehan's avatar
      fsmonitor: coerce `clock` variable to byte-string (issue6321) · 017cc5ee
      Connor Sheehan authored
      Callers of `fsmonitor.state.setlastclock` pass their arguments
      wrapped in `pycompat.sysbytes` to ensure the value is a `bytes`
      on Python 3. However in `fsmonitor.poststatus.__call__`, if the
      return value of `getlastclock()` is `None`, we use the value of
      `fsmonitor.poststatus._startclock` instead, which is not converted
      to a byte string in the same manner. This commit converts the
      value of `startclock` to a byte string using `pycompat.sysbytes`
      in the constructor for `poststatus`, to avoid the "`str` + `bytes`"
      error from issue 6321.
      
      Differential Revision: https://phab.mercurial-scm.org/D8573
      017cc5ee
  6. May 15, 2020
  7. May 17, 2020
  8. Feb 27, 2020
  9. May 17, 2020
    • sliquister's avatar
      setup: stop asking cargo to spam · 47787a48
      sliquister authored
      It prints this kind of stuff by default:
      
         Compiling regex v1.3.6
         Compiling rand v0.7.3
         Compiling crossbeam-deque v0.7.3
      
      which is way better than we ask for before this change, which is
      screen after screen of compilation commands and irrelevant warnings in
      crates we use.
      
      Differential Revision: https://phab.mercurial-scm.org/D8537
      47787a48
  10. May 11, 2020
  11. May 17, 2020
  12. Apr 14, 2020
  13. May 12, 2020
  14. Apr 30, 2020
  15. May 07, 2020
  16. May 18, 2020
  17. May 11, 2020
  18. May 07, 2020
  19. May 12, 2020
  20. May 11, 2020
  21. May 14, 2020
  22. May 12, 2020
Loading