Skip to content
Snippets Groups Projects
  1. Apr 25, 2021
  2. May 12, 2021
  3. Apr 15, 2021
  4. Apr 03, 2021
  5. Apr 15, 2021
    • Georges Racinet's avatar
      WSGI: avoid leaking repository class objects · 7c60de124ce5
      Georges Racinet authored
      This is the same as hgitaly!59, except that we can be confident
      that we aren't serving a repo that was created by `hg share`.
      
      Mutualization of some kind would obviously be beneficial, but
      is prematurate, depending on what we can do upstream (Mercurial or
      topic extension).
      7c60de124ce5
  6. Apr 03, 2021
  7. Apr 02, 2021
  8. Apr 01, 2021
  9. Mar 22, 2021
    • Georges Racinet's avatar
      tags: allow obsoleting tagged changesets if tagging also obsoleted · fedcfa30a927
      Georges Racinet authored
      We have a general protection against making tag targets obsolete, but
      it was seeing tags that are themselves obsolete, hence preventing the
      legitimate case of obsoleting both, so we need to recheck,
      using the original (filtered) repository.
      
      In many cases, it is not so easy to have a tag in the filtered repository
      that points to an obsolete changeset: normally Mercurial would just ignore the
      tag in that case, but it can happen if the obsolete changeset is
      still visible (e.g, if it has children). This is now used by the
      test case for the protection, once we do the rechecking on filtered tags.
      
      
      Closes: heptapod#432
      fedcfa30a927
  10. Mar 21, 2021
  11. Mar 20, 2021
Loading