Skip to content
Snippets Groups Projects
  1. May 19, 2019
  2. May 16, 2019
  3. May 03, 2019
  4. Nov 06, 2018
  5. Mar 18, 2019
  6. Mar 13, 2019
  7. Feb 23, 2019
  8. Dec 02, 2018
  9. Nov 08, 2018
    • Alain Leufroy's avatar
      compat: fix for hg 4.8 · ae6b1ba7
      Alain Leufroy authored
      089fc0db0954 introduced a new `createopts` parameter.
      
      `hggit` does not support repository creation, so we can just ignore
      it.
      ae6b1ba7
  10. Oct 19, 2018
  11. Oct 15, 2018
  12. Feb 08, 2018
  13. Feb 02, 2018
  14. Sep 18, 2018
  15. May 28, 2018
  16. May 24, 2018
    • Sean Farley's avatar
      overlaychangectx: also assign repo to self._repo · 58c61489
      Sean Farley authored
      Without doing this, we get test failures due to core Mercurial
      methods (e.g. context.obsolete, context.orphan, etc) access self._repo.
      If we didn't go this route, we'd need to change core to (correctly) call
      self.repo() instead of _repo.
      58c61489
Loading