Skip to content
Snippets Groups Projects
  1. Jun 16, 2020
  2. Jan 09, 2020
  3. Jan 08, 2020
    • Georges Racinet's avatar
      Test helpers · cba4d9f1
      Georges Racinet authored
      Extracted from the `py-heptapod` project and converted to Python3.
      These should be on PyPI, really (naming suggestions welcome).
      
      These helpers circumvent some of the bytes/string awkwardiness in
      Mercurial, up to a point: once we get a native Mercurial object, it's
      natural that for instance its description is bytes. That doesn't mean
      we have to pass config section names as bytes, though (but one could).
      cba4d9f1
    • Georges Racinet's avatar
      General project structure · e890e844
      Georges Racinet authored
      we will have a `gitaly` Mercurial extension, but that should
      be just a thin registration layer for our command.
      
      Most of the code will be in the `hgitaly` package, for maximum
      flexibility and future proofing in case we really to evade from
      the extension thing.
      e890e844
    • Georges Racinet's avatar
      Classic ignore file for python project · 22b40d56
      Georges Racinet authored
      22b40d56
Loading