Skip to content
Snippets Groups Projects
  1. Jul 03, 2021
  2. Jul 02, 2021
  3. Jul 06, 2021
    • Pierre-Yves David's avatar
      check-code: stop forbidding return code result · 9b1710c5
      Pierre-Yves David authored
      There is no explication of what is the intend of that check and what is the
      alternative.
      
      I suspect this comes from the transition to the "unified test" format circa
      2010. With the non zero return explicitly listed in the output explicit $?
      checking became Redundant. However there is valid use case for checking $? so I
      am dropping this check.
      
      Differential Revision: https://phab.mercurial-scm.org/D10994
      9b1710c5
  4. Jul 02, 2021
  5. Jul 03, 2021
  6. Jul 01, 2021
  7. Jul 02, 2021
  8. Jul 01, 2021
  9. Jun 28, 2021
  10. Jun 24, 2021
  11. Jun 04, 2021
    • Simon Sapin's avatar
      dirstate-v2: Drop cached read_dir results after .hgignore changes · c657beac
      Simon Sapin authored
      Soon we’ll want the status algorithm to be able to skip `std::fs::read_dir` in
      more cases, notabling when listing unknown files but not ignored files.
      
      When ignore patterns change (which we detect by their hash, added to the
      dirstate-v2 format in a previous changeset), a formerly-ignored file could
      become unknown without changing its parent directory’s modification time.
      Therefore we remove any directory mtime from the dirstate, effictively
      invalidating the existing caches.
      
      Differential Revision: https://phab.mercurial-scm.org/D10907
      c657beac
  12. Jun 22, 2021
  13. Jun 17, 2021
Loading