Skip to content
Snippets Groups Projects
  1. Feb 07, 2018
  2. Feb 06, 2018
  3. 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
  4. Feb 06, 2018
  5. Feb 02, 2018
  6. Dec 24, 2017
  7. Dec 22, 2017
  8. Nov 30, 2017
  9. Nov 28, 2017
  10. 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
  11. Nov 27, 2017
  12. Dec 02, 2017
  13. Sep 05, 2016
  14. Dec 24, 2017
  15. Nov 28, 2017
  16. Nov 26, 2017
  17. Oct 26, 2017
    • Pierre-Yves David's avatar
      share: host the git repository alongside the store · 1003994d
      Pierre-Yves David authored
      Before this changeset, the internal git repository were always stored in '.hg/'
      even when the repository was a 'share' of another one. With this patch, hg-git
      respect the '.hg/sharedpath' file and stores the internal git repository and
      associated caches in the original repository. This allows multiple 'shares' to
      use the same git repository.
      
      This does not affect the 'intree' variant where the repository is directly
      stored inside the working copy.
      1003994d
  18. Nov 24, 2017
  19. Nov 20, 2017
  20. Nov 25, 2017
  21. Nov 02, 2017
  22. Dec 24, 2015
  23. May 15, 2015
    • Sean Farley's avatar
      fetch: mark remote HEAD as public phase · a70c1f6c
      Sean Farley authored
      To help improve the speed Mercurial operations, we shouldn't leave the whole
      repository in the draft phase. The only hueristic git has for 'public' is
      remote HEAD. Therefore, if remote HEAD exists then we use it to mark the
      corresponding local commit as public.
      
      For now, we'll put this behind a config flag for easier rollback.
      a70c1f6c
  24. Nov 02, 2017
  25. Oct 24, 2017
Loading