Skip to content
Snippets Groups Projects
  1. Jul 11, 2024
    • Matt Harbison's avatar
      win32mbcs: use str for encoding value · e6508d1e
      Matt Harbison authored
      This was reported to the TortoiseHg tracker as:
      mercurial/tortoisehg/thg#5980
      
      It doesn't look like we have any tests for this extension, but the explicit
      type hints are enough to convince pytype that the module level `_encoding` attr
      is str.  The `encode()` and `decode()` methods are too complex to add type hints
      for them.
      e6508d1e
  2. Jul 12, 2024
  3. Jul 08, 2024
  4. Jun 24, 2024
    • Jörg Sonnenberger's avatar
      portability: fix build on Solaris-derived systemd · e10b8388
      Jörg Sonnenberger authored
      Current Illumos and older Solaris require _XOPEN_SOURCE for
      msg_control. O_DIRECTORY doesn't exist on older systems either,
      so fallback to O_RDONLY. It's good enough as a repository will
      require both R and X permission anyway.
      e10b8388
  5. Jul 03, 2024
  6. Jun 24, 2024
  7. Jun 11, 2024
  8. Jun 13, 2024
  9. Jun 12, 2024
  10. Jun 11, 2024
  11. Sep 06, 2023
  12. Jun 10, 2024
  13. May 23, 2024
  14. May 07, 2024
    • Anton Shestakov's avatar
      chistedit: change action for the correct item · 6ec4c745
      Anton Shestakov authored
      We have an experimental config histedit.later-commits-first from c820866c52f9,
      and when it's true, the order of commits in histedit UI is reversed, both in
      text mode and in curses mode.
      
      But before this patch key presses in curses mode would change histedit actions
      in the same old order, i.e. trying to edit the latest commit (which would be
      first now) would put "edit" action on the last commit in the list. This wasn't
      a cosmetic issue, histedit would actually proceed to edit the first commit in
      the list.
      
      Let's map rules to display items (hopefully now correctly).
      6ec4c745
Loading