Skip to content
Snippets Groups Projects
  1. Jan 07, 2022
  2. Dec 14, 2021
  3. Jan 03, 2022
  4. Dec 10, 2021
  5. Dec 14, 2021
  6. Dec 03, 2021
  7. Dec 07, 2021
  8. Dec 10, 2021
  9. Nov 22, 2021
  10. Jul 28, 2021
  11. Sep 03, 2021
  12. Jul 28, 2021
    • Sushil Khanchi's avatar
      obsolete-parent: evolve the case when parent has multiple successors · 431bf23df350
      Sushil Khanchi authored
      Before this patch, we were used to return error that parent has multiple
      successors and exit.
      
      This patch take more care of that case and if obsolete parent's successors are:
      
      1) split successors, then we check if they are on a single topological
         branch we update to tipmost, otherwise we ask user to select.
      
      2) divergent successors, we suggest user to `hg update` to one of the
         successors and run `hg evolve --content-div` to resolve the problem.
      
      Changes in test file shows the updated behavior.
      431bf23df350
  13. Jul 27, 2021
  14. Dec 03, 2021
  15. Nov 18, 2021
  16. Nov 24, 2021
  17. Nov 18, 2021
    • Anton Shestakov's avatar
      tests: move a windows message up, to where it appears on heptapod ci · 85a16667f19b
      Anton Shestakov authored
      I'm assuming something changed since fd2d61769bd0 and this line appears at the
      new place, but if it goes back to the old place we'll need to duplicate it.
      85a16667f19b
    • Anton Shestakov's avatar
      tests: avoid case-folding issue in test-evolve-inmemory.t on windows · c1094cce56ed
      Anton Shestakov authored
      When using debugdrawdag, each commit already creates a file with the same name
      as the commit description, i.e. changeset C creates file C with 'C' in it (no
      newline). Creating another file called c breaks this test on windows. So let's
      reuse the files already created by debugdrawdag.
      
      hg update reports one less file because now there's only C in C (yes, I also
      wanted to change commit descriptions, file names and their contents to be less
      ambiguous, but decided to be lazy).
      c1094cce56ed
  18. Nov 20, 2021
  19. Nov 19, 2021
  20. Nov 18, 2021
  21. Nov 16, 2021
  22. Oct 08, 2021
  23. Nov 10, 2021
  24. Oct 13, 2021
  25. Oct 27, 2021
  26. Oct 26, 2021
  27. Jul 23, 2021
  28. Oct 15, 2021
  29. Oct 12, 2021
Loading