Skip to content
Snippets Groups Projects
  1. Jan 07, 2022
  2. Nov 20, 2021
  3. Nov 27, 2021
  4. Nov 20, 2021
  5. Nov 19, 2021
  6. Nov 18, 2021
  7. Oct 08, 2021
  8. Oct 13, 2021
  9. Jul 23, 2021
  10. Oct 15, 2021
  11. Oct 12, 2021
  12. Oct 08, 2021
  13. Oct 12, 2021
  14. Oct 07, 2021
  15. Oct 11, 2021
  16. Oct 08, 2021
  17. Oct 05, 2021
  18. Sep 21, 2021
  19. Sep 20, 2021
  20. Sep 12, 2021
  21. Sep 10, 2021
  22. Sep 03, 2021
    • Anton Shestakov's avatar
      topic: drop topicfilter usage from topicrepo.commitctx() · 182e2a1dbd1c
      Anton Shestakov authored
      This block of code was introduced in 13313d0cab71, but the commit description
      doesn't explain the exact intent of this code.
      
      The fact that the result of other.commitctx() was discarded makes me think that
      this block only existed to deal with amends, and it was only useful for code
      that was removed earlier in this series.
      
      The only code that's left in commitctx() is adding current topic to
      workingcommitctx, and I don't think we need to adjust repo filter for that.
      182e2a1dbd1c
  23. Aug 30, 2021
    • Anton Shestakov's avatar
      topic: drop the old workaround for detecting amends by amend_source · 2800aa3c3dbf
      Anton Shestakov authored
      We don't need to have this workaround because amends are handled differently
      now. See previous commits, where the old code for handling amends in topic
      extension gets removed.
      
      Various commits now preserve amend_source when going through the _changetopics
      function (used when changing a topic via the hg topics command).
      2800aa3c3dbf
Loading