Skip to content
Snippets Groups Projects
  1. Jun 12, 2022
  2. May 31, 2022
  3. May 16, 2022
  4. Apr 05, 2022
  5. Mar 14, 2022
  6. Feb 05, 2022
    • Georges Racinet's avatar
      Stop post-processing branchmap entries for obsolescence · c78aee1fe363
      Georges Racinet authored
      With the Mercurial 6.1 (core see heptapod#633) taking obsolescence
      into account while updating branchmap, it is no longer necessary
      to perform the (very slow) post-processing provided by the evolve
      extension.
      
      Because of the big jump in minimum required Mercurial version,
      we make it a major version change.
      
      Fixing heptapod#632 will thus boil down to requiring
      py-heptapod>=4.0.0dev0
      
      This post-processing was the standard if evolve is activated
      (through the single heads enforcement logic),
      but the heptapod extension was (and still is) disabling it because
      it needs to call it itself anyway.
      See 834eb9379d73 for details.
      c78aee1fe363
  7. Feb 26, 2022
  8. Jan 25, 2022
  9. Jan 23, 2022
  10. Jan 03, 2022
  11. Jan 02, 2022
  12. Nov 26, 2021
  13. Nov 15, 2021
  14. Nov 13, 2021
    • Georges Racinet's avatar
      GitLab hooks: removed annoying and misleading failure message · 0db46e66b9fd
      Georges Racinet authored
      The original wording was appropriate when the pre-receive call was
      done actually after the transaction. It was then useful to warn the
      user of a possible decrepancy. But an error in pre-receive has long
      since become a trigger for transaction abort.
      
      On the other hand, the original message was still appropriate for
      the post-receive call, expanding it a bit to include "actions" not
      triggered.
      0db46e66b9fd
  15. Nov 11, 2021
  16. Nov 10, 2021
  17. Nov 03, 2021
  18. Oct 25, 2021
    • Georges Racinet's avatar
      Closed branches: don't break if no new changeset in transaction · cf9852a71d45
      Georges Racinet authored
      The `%d` in the revset used to analyse new changesets produces
      a hard error if the revno does not exist, instead of an empty
      result.
      
      We could later on try and introduce a logic similar to MR detection,
      but the topic is not always visible to GitLab anyway, for instance
      if the closing changeset is the only one, so that would require
      more changes.
      
      Meanwhile, we have a solution for one of the cases of heptapod#452
      cf9852a71d45
Loading