Skip to content
Snippets Groups Projects
  1. May 17, 2018
  2. Mar 21, 2018
  3. May 01, 2018
  4. Feb 24, 2018
  5. Nov 29, 2017
  6. Nov 28, 2017
  7. Nov 27, 2017
  8. Feb 07, 2018
  9. Feb 21, 2018
  10. Feb 07, 2018
  11. Feb 06, 2018
  12. Feb 03, 2018
    • Kevin Bullock's avatar
      exchange: check for remote refs to determine if we're cloning · 93cb2924
      Kevin Bullock authored
      The exchange.pull wrapper function was checking whether any paths were
      configured yet as a proxy to determine whether we're doing the initial
      clone or a subsequent pull. Core hg @ bdae51a83dfb (released in 4.5) now
      sets the 'default' path on the ui object before exchange.pull is called,
      but we can check a bit more directly by checking if we have any remote
      refs yet. This is the same as a check we do in GitHandler.fetch_pack().
      93cb2924
  13. Feb 06, 2018
  14. Feb 02, 2018
  15. Dec 24, 2017
  16. Dec 22, 2017
  17. Nov 30, 2017
  18. Nov 28, 2017
  19. Nov 30, 2017
    • Sean Farley's avatar
      tests: fix bad (re) match · 60a82693
      Sean Farley authored
      It seems fffe8883960b incorrectly did a match on the second
      parent (which is null) and that core Mercurial mistakenly matched the
      whole line with (re). This was recently fixed in 6d5718e39657 in core,
      so let's update the test with the correct match.
      60a82693
  20. Nov 27, 2017
  21. Dec 02, 2017
  22. Sep 05, 2016
  23. Dec 24, 2017
Loading