Skip to content
Snippets Groups Projects
  1. Jan 15, 2021
  2. Jan 16, 2021
    • Pierre-Yves David's avatar
      copies: explicitly filter out existing file in graftcopies · f213b250
      Pierre-Yves David authored
      The `graftcopies` function does something very strange (maybe even wrong), it
      calls `_filter` with a pair of changeset that does not match the one used to
      compute the copies informations.
      
      We are about to do some rework of `_filter` to make it closer to its documented
      intent and fix a couple of bug. This means some of the logic that only make
      sense for graft need to go somewhere else. We add the extra filtering with
      proper documentation to `graftcopies`.
      
      Differential Revision: https://phab.mercurial-scm.org/D9802
      f213b250
  3. Jan 22, 2021
  4. Jan 26, 2021
    • Matt Harbison's avatar
      hghave: list the module needed for the `vcr` check · 66e8e279
      Matt Harbison authored
      I'm tired of having to look up modules each time I setup a system, and try to
      distinguish between similar package names to get the right one.  Now that the
      search API has been disabled, it's even harder.  There are other python packages
      here that should be listed like this, but this is the one that came up missing
      today, so it's a start.
      
      Differential Revision: https://phab.mercurial-scm.org/D9879
      66e8e279
  5. Jan 25, 2021
  6. Jan 15, 2021
  7. Jan 26, 2021
  8. Jan 25, 2021
  9. Dec 01, 2020
  10. Jan 14, 2021
  11. Dec 14, 2020
  12. Jan 14, 2021
  13. Dec 14, 2020
  14. Jan 20, 2021
  15. Jan 15, 2021
    • Jörg Sonnenberger's avatar
      branchmap: update rev-branch-cache incrementally · 3e91d997
      Jörg Sonnenberger authored
      Historically, the revision to branch mapping cache was updated on demand
      and shared via bundle2 to avoid the cost of rebuilding on first use.
      
      Use the new `register_changeset` callback and update rbc directly on
      every change. Make the transfer of the bundle part redundant, but keep
      it for the moment to avoid the test churn.
      
      Over all, "hg unbundle" for large bundles is less than 1.8% slower for
      different larger repositories and that seems to a reasonable trade off.
      
      Differential Revision: https://phab.mercurial-scm.org/D9781
      3e91d997
  16. Jan 18, 2021
  17. Jan 15, 2021
  18. Jan 22, 2021
  19. Jan 18, 2021
  20. May 11, 2020
  21. May 28, 2020
  22. May 18, 2020
  23. Jan 15, 2021
  24. Jan 17, 2021
  25. Jan 18, 2021
Loading