Skip to content
Snippets Groups Projects
  1. May 28, 2018
  2. May 24, 2018
  3. May 03, 2018
  4. May 17, 2018
  5. Mar 21, 2018
  6. May 01, 2018
  7. Feb 24, 2018
  8. Nov 29, 2017
  9. Nov 28, 2017
  10. Nov 27, 2017
  11. Feb 07, 2018
  12. Feb 21, 2018
  13. Feb 07, 2018
  14. Feb 06, 2018
  15. 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
  16. Feb 06, 2018
  17. Feb 02, 2018
  18. Dec 24, 2017
  19. Dec 22, 2017
  20. Nov 30, 2017
  21. Nov 28, 2017
  22. 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
  23. Nov 27, 2017
Loading