Skip to content
Snippets Groups Projects
  1. Jul 09, 2021
  2. Jul 10, 2021
  3. Jul 09, 2021
  4. Jun 23, 2021
  5. Jul 08, 2021
    • Raphaël Gomès's avatar
      ci-windows: introduce manual windows CI · bc01b8ad
      Raphaël Gomès authored
      Note: most of the foundational work of this commit was done by Matt Harbison,
      but enough has changed that I don't feel comfortable sending this patch as his.
      
      In our quest to remove Python 2 from Mercurial, we need to get Windows CI going
      to check that Python 3 support is up to an acceptable standard.
      This is the first step: adding a manual step to run a full Windows CI, with a
      certain definition of "full" since some things are not installed yet, like SVN.
      
      Differential Revision: https://phab.mercurial-scm.org/D11025
      bc01b8ad
  6. Jul 04, 2021
  7. Jul 05, 2021
  8. Jul 08, 2021
  9. Jul 02, 2021
    • Daniel Ploch's avatar
      cmdutil: fix newandmodified file accounting for --interactive commits · 00ae1fb6
      Daniel Ploch authored
      `originalchunks` is a misleading name, because it only contains header objects, which are flattened to selected hunks by the filter function. As such, `chunks not in originalchunks` is always True and misleading, because hunk objects never compare equal to header objects. This change fixes the internal naming and removes the useless parameter from the method.
      
      This change also fixes issue6533, by considering the filtered headers, rather than the hunks, when determining new and modified files. If a file is renamed + edited, and the edited hunks are deselected (but the file is not), the filtered chunks will contain a header for the file (because it's .special()) but but no hunks.
      
      Differential Revision: https://phab.mercurial-scm.org/D10936
      00ae1fb6
  10. Jul 07, 2021
  11. Jun 24, 2021
  12. Jul 06, 2021
  13. Jul 08, 2021
  14. Jul 04, 2021
  15. Jul 02, 2021
  16. Jun 29, 2021
  17. Jul 07, 2021
Loading