Skip to content
Snippets Groups Projects
  1. Sep 05, 2016
  2. Dec 24, 2017
  3. Nov 28, 2017
  4. Nov 26, 2017
  5. 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
  6. Nov 24, 2017
  7. Nov 20, 2017
  8. Nov 25, 2017
  9. Nov 02, 2017
  10. Dec 24, 2015
  11. 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
  12. Nov 02, 2017
  13. Oct 24, 2017
  14. Nov 02, 2017
  15. Oct 24, 2017
  16. Nov 02, 2017
  17. Oct 24, 2017
  18. Oct 23, 2017
  19. Oct 05, 2017
    • Durham Goode's avatar
      overlay: update changelogrevision · 6bb4c993
      Durham Goode authored
      Upstream changed the representation of this structure, to make it not a named
      tuple. So let's update to match it. The tests caught this issue.
      6bb4c993
    • Durham Goode's avatar
      context: update to work with upstream · 5821075b
      Durham Goode authored
      Some upstream code now relies on ctx.repo() to access the repo object, since
      hggit stored ctx.repo as a field instead of a function, that failed. Let's move
      it to be a function.
      
      For overlaychangectx we can't just store the repo in self._repo because that
      causes other parts of the base class to act differently and causes tests to
      fail, so we store it as a new field.
      5821075b
  20. Oct 01, 2017
  21. Aug 17, 2017
Loading