Skip to content
Snippets Groups Projects
  1. Oct 02, 2018
  2. Oct 01, 2018
  3. Jun 22, 2018
  4. Sep 16, 2018
  5. Oct 01, 2018
  6. Sep 05, 2018
  7. Sep 28, 2018
  8. Oct 01, 2018
  9. Sep 29, 2018
  10. Sep 30, 2018
  11. Oct 01, 2018
  12. Nov 03, 2017
    • Boris Feld's avatar
      logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager · c4a3d3c67c4f
      Boris Feld authored
      We detected that pager is waiting for log-to-process script to finish, which
      is annoying when adding a script on commandfinish that does an HTTP push.
      
      There seems to be no workaround on the script side and it will make the
      behavior on Linux/MacOS closer to the Windows behavior.
      
      The drawback is that it makes the related tests more flaky as log-to-process
      outputs are now really asynchronous.
      
      If it's considered a BC change, another option would be to add a config option
      for this new behavior. I personally think that the different behavior between
      Windows and Linux is confusing and that it's a bug I would be fine with a new
      config option.
      
      Differential Revision: https://phab.mercurial-scm.org/D4816
      c4a3d3c67c4f
    • Boris Feld's avatar
      logtoprocess: add a test to show pager and ltp bad interaction · dfca83594145
      Boris Feld authored
      The next changeset will fix the bad interaction between the pager and log-to-
      process. Add a test first to make the next changeset easier to understand.
      
      Differential Revision: https://phab.mercurial-scm.org/D4815
      dfca83594145
  13. Sep 30, 2018
  14. Sep 27, 2018
  15. Sep 22, 2018
    • Boris Feld's avatar
      obsolete: allow multiple predecessors in createmarkers · 6335c0de80fa
      Boris Feld authored
      The logic for this change is similar to the change to `cleanupnodes` that we
      did earlier. Now that the rebase code is trying to record a fold, we need to
      actually record it in the markers. The first step is to have the markers
      creation API able to receive such fold data.
      
      To keep things sane, we restrict fold to on successors.
      6335c0de80fa
  16. Sep 26, 2018
  17. Sep 30, 2018
Loading