Skip to content
Snippets Groups Projects
  1. Sep 30, 2018
  2. Sep 28, 2018
    • Pulkit Goyal's avatar
      narrow: check for servers' narrow support before doing anything (BC) · 06e75fbf
      Pulkit Goyal authored
      Recently we introduced narrow capabilities for the server. So we can check
      whether a server has narrow clone support or not before doing anything. This is
      BC because new clients won't be able to extend from old narrow-enabled servers.
      I *think* narrow is not used much (maybe just inside Google), also it's
      experimental so I think we can change this. We will need to this someday anyway.
      
      The "doesn't" in error is changed to "does not" because I think that's we do in
      core. I also changed one more instance of the error message to use 'does not'
      for consistency.
      
      Differential Revision: https://phab.mercurial-scm.org/D4789
      06e75fbf
  3. Sep 30, 2018
  4. Sep 28, 2018
  5. Oct 01, 2018
  6. Sep 27, 2018
  7. Oct 02, 2018
  8. Oct 01, 2018
  9. Jun 22, 2018
  10. Sep 16, 2018
  11. Oct 01, 2018
  12. Sep 05, 2018
  13. Sep 28, 2018
  14. Oct 01, 2018
  15. Sep 29, 2018
  16. Sep 30, 2018
  17. Oct 01, 2018
  18. Nov 03, 2017
    • Boris Feld's avatar
      logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager · c4a3d3c6
      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
      c4a3d3c6
Loading